Html Css Color HEX #FDBF74 Chardonnay

📋 copy color: '#FDBF74'

red 253 ◦ green 191 ◦ blue 116

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

Shades of Chardonnay #FDBF74

Tints of Chardonnay #FDBF74

RGB

 RED value IS 253 (99.22% from 255) = 45.18%

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

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 45.18%
G = 34.11%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDBF74 (or 0xFDBF74) is known color: Chardonnay. HEX triplet: FD, BF and 74. RGB value is (253,191,116). Sum of RGB (Red+Green+Blue) = 253+191+116=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBF74 is #02408B. Grayscale: #C9C9C9. Windows color (decimal): -147596 or 7651325. OLE color: 7651325.

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

Color convert

RGB 253 191 116 -
CMYK 0 0.25 0.54 0.01
HSL 32.85º 0.97% 0.72% -
HSV(B) 32.85º 0.54% 0.99% -
XYZ 62.29 59.41 24.71 -
YUV 200.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 253 191 116 0 0.25 0.54 0.01 32.85 0.97 0.72
Hex FD BF 74 0 19 36 1 21 61 48
Octal 375 277 164 0 31 66 1 41 141 110
Binary 11111101 10111111 1110100 0 11001 110110 1 100001 1100001 1001000

Color Harmonies of #FDBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF74

Black with #FDBF74

Text Example


Text Example

White with #FDBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF74; }

 p { color: rgb(253,191,116); }

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

background-color css

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

 a { background-color: rgb(253,191,116); }

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

border-color css

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

 span { border-color: rgb(253,191,116); }

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