Html Css Color HEX #F5F7D2 Light Goldenrod Yellow

📋 copy color: '#F5F7D2'

red 245 ◦ green 247 ◦ blue 210

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

Shades of Light Goldenrod Yellow #F5F7D2

Tints of Light Goldenrod Yellow #F5F7D2

RGB

 RED value IS 245 (96.09% from 255) = 34.9%

 GREEN value IS 247 (96.88% from 255) = 35.19%

 BLUE value IS 210 (82.42% from 255) = 29.91%

R = 34.9%
G = 35.19%
B = 29.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F5F7D2 (or 0xF5F7D2) is known color: Light Goldenrod Yellow. HEX triplet: F5, F7 and D2. RGB value is (245,247,210). Sum of RGB (Red+Green+Blue) = 245+247+210=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 210 (82.42% from 255 or 29.91% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F7D2 is #0A082D. Grayscale: #F2F2F2. Windows color (decimal): -657454 or 13826037. OLE color: 13826037.

HSL color Cylindrical-coordinate representation of color #F5F7D2: hue angle of 63.24º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5F7D2 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 247 210 -
CMYK 0.01 0 0.15 0.03
HSL 63.24º 0.7% 0.9% -
HSV(B) 63.24º 0.15% 0.97% -
XYZ 82.55 90.59 74.11 -
YUV 242.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 245 247 210 0.01 0 0.15 0.03 63.24 0.7 0.9
Hex F5 F7 D2 1 0 F 3 3F 46 5A
Octal 365 367 322 1 0 17 3 77 106 132
Binary 11110101 11110111 11010010 1 0 1111 11 111111 1000110 1011010

Color Harmonies of #F5F7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F7D2

Black with #F5F7D2

Text Example


Text Example

White with #F5F7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F7D2; }

 p { color: rgb(245,247,210); }

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

background-color css

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

 a { background-color: rgb(245,247,210); }

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

border-color css

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

 span { border-color: rgb(245,247,210); }

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