Html Css Color HEX #FEBF70 Chardonnay

📋 copy color: '#FEBF70'

red 254 ◦ green 191 ◦ blue 112

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

Shades of Chardonnay #FEBF70

Tints of Chardonnay #FEBF70

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 45.6%
G = 34.29%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEBF70 (or 0xFEBF70) is known color: Chardonnay. HEX triplet: FE, BF and 70. RGB value is (254,191,112). Sum of RGB (Red+Green+Blue) = 254+191+112=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF70 is #01408F. Grayscale: #C9C9C9. Windows color (decimal): -82064 or 7389182. OLE color: 7389182.

HSL color Cylindrical-coordinate representation of color #FEBF70: hue angle of 33.38º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEBF70 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 112 -
CMYK 0 0.25 0.56 0.00
HSL 33.38º 0.99% 0.72% -
HSV(B) 33.38º 0.56% 1% -
XYZ 62.43 59.5 23.52 -
YUV 200.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 254 191 112 0 0.25 0.56 0.00 33.38 0.99 0.72
Hex FE BF 70 0 19 38 0 21 63 48
Octal 376 277 160 0 31 70 0 41 143 110
Binary 11111110 10111111 1110000 0 11001 111000 0 100001 1100011 1001000

Color Harmonies of #FEBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF70

Black with #FEBF70

Text Example


Text Example

White with #FEBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF70; }

 p { color: rgb(254,191,112); }

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

background-color css

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

 a { background-color: rgb(254,191,112); }

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

border-color css

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

 span { border-color: rgb(254,191,112); }

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