Html Css Color HEX #FECB7F Chardonnay

📋 copy color: '#FECB7F'

red 254 ◦ green 203 ◦ blue 127

#FECB7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chardonnay #FECB7F

Tints of Chardonnay #FECB7F

RGB

 RED value IS 254 (99.61% from 255) = 43.49%

 GREEN value IS 203 (79.69% from 255) = 34.76%

 BLUE value IS 127 (50% from 255) = 21.75%

R = 43.49%
G = 34.76%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FECB7F (or 0xFECB7F) is known color: Chardonnay. HEX triplet: FE, CB and 7F. RGB value is (254,203,127). Sum of RGB (Red+Green+Blue) = 254+203+127=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB7F is #013480. Grayscale: #D1D1D1. Windows color (decimal): -78977 or 8375294. OLE color: 8375294.

HSL color Cylindrical-coordinate representation of color #FECB7F: hue angle of 35.91º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FECB7F is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 127 -
CMYK 0 0.20 0.50 0.00
HSL 35.91º 0.98% 0.75% -
HSV(B) 35.91º 0.5% 1% -
XYZ 66.06 65.32 29.2 -
YUV 209.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 254 203 127 0 0.20 0.50 0.00 35.91 0.98 0.75
Hex FE CB 7F 0 14 32 0 24 62 4B
Octal 376 313 177 0 24 62 0 44 142 113
Binary 11111110 11001011 1111111 0 10100 110010 0 100100 1100010 1001011

Color Harmonies of #FECB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB7F

Black with #FECB7F

Text Example


Text Example

White with #FECB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB7F; }

 p { color: rgb(254,203,127); }

 H1.HeaderClassName
 {
   color: #FECB7F;
 }
 .AnyTagClassName
 {
   color: #FECB7F;
 }
</style>

background-color css

<style>
 a { background-color: #FECB7F; }

 a { background-color: rgb(254,203,127); }

 div.DivClassName
 {
   background-color: #FECB7F;
 }
 .BgClassName
 {
   background-color: #FECB7F;
 }
</style>

border-color css

<style>
 span { border-color: #FECB7F; }

 span { border-color: rgb(254,203,127); }

 td.TdClassName
 {
   border-color: #FECB7F;
 }
 .TagClassName
 {
   border-color: #FECB7F;
 }
</style>