Html Css Color HEX #F0DE7D Light Goldenrod

📋 copy color: '#F0DE7D'

red 240 ◦ green 222 ◦ blue 125

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

Shades of Light Goldenrod #F0DE7D

Tints of Light Goldenrod #F0DE7D

RGB

 RED value IS 240 (94.14% from 255) = 40.89%

 GREEN value IS 222 (87.11% from 255) = 37.82%

 BLUE value IS 125 (49.22% from 255) = 21.29%

R = 40.89%
G = 37.82%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0DE7D (or 0xF0DE7D) is known color: Light Goldenrod. HEX triplet: F0, DE and 7D. RGB value is (240,222,125). Sum of RGB (Red+Green+Blue) = 240+222+125=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE7D is #0F2182. Grayscale: #D8D8D8. Windows color (decimal): -991619 or 8249072. OLE color: 8249072.

HSL color Cylindrical-coordinate representation of color #F0DE7D: hue angle of 50.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0DE7D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 125 -
CMYK 0 0.08 0.48 0.06
HSL 50.61º 0.79% 0.72% -
HSV(B) 50.61º 0.48% 0.94% -
XYZ 65.76 72.25 29.88 -
YUV 216.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 240 222 125 0 0.08 0.48 0.06 50.61 0.79 0.72
Hex F0 DE 7D 0 8 30 6 33 4F 48
Octal 360 336 175 0 10 60 6 63 117 110
Binary 11110000 11011110 1111101 0 1000 110000 110 110011 1001111 1001000

Color Harmonies of #F0DE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DE7D

Black with #F0DE7D

Text Example


Text Example

White with #F0DE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DE7D; }

 p { color: rgb(240,222,125); }

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

background-color css

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

 a { background-color: rgb(240,222,125); }

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

border-color css

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

 span { border-color: rgb(240,222,125); }

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