Html Css Color HEX #F0DF7A Light Goldenrod

📋 copy color: '#F0DF7A'

red 240 ◦ green 223 ◦ blue 122

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

Shades of Light Goldenrod #F0DF7A

Tints of Light Goldenrod #F0DF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 122 (48.05% from 255) = 20.85%

R = 41.03%
G = 38.12%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0DF7A (or 0xF0DF7A) is known color: Light Goldenrod. HEX triplet: F0, DF and 7A. RGB value is (240,223,122). Sum of RGB (Red+Green+Blue) = 240+223+122=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF7A is #0F2085. Grayscale: #D8D8D8. Windows color (decimal): -991366 or 8052720. OLE color: 8052720.

HSL color Cylindrical-coordinate representation of color #F0DF7A: hue angle of 51.36º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0DF7A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 122 -
CMYK 0 0.07 0.49 0.06
HSL 51.36º 0.8% 0.71% -
HSV(B) 51.36º 0.49% 0.94% -
XYZ 65.84 72.71 28.98 -
YUV 216.57 74.63 144.71 -
System Red Green Blue C M Y K H S L
Decimal 240 223 122 0 0.07 0.49 0.06 51.36 0.8 0.71
Hex F0 DF 7A 0 7 31 6 33 50 47
Octal 360 337 172 0 7 61 6 63 120 107
Binary 11110000 11011111 1111010 0 111 110001 110 110011 1010000 1000111

Color Harmonies of #F0DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF7A

Black with #F0DF7A

Text Example


Text Example

White with #F0DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF7A; }

 p { color: rgb(240,223,122); }

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

background-color css

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

 a { background-color: rgb(240,223,122); }

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

border-color css

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

 span { border-color: rgb(240,223,122); }

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