Html Css Color HEX #F0DF85 Light Goldenrod

📋 copy color: '#F0DF85'

red 240 ◦ green 223 ◦ blue 133

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

Shades of Light Goldenrod #F0DF85

Tints of Light Goldenrod #F0DF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.32%

R = 40.27%
G = 37.42%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0DF85 (or 0xF0DF85) is known color: Light Goldenrod. HEX triplet: F0, DF and 85. RGB value is (240,223,133). Sum of RGB (Red+Green+Blue) = 240+223+133=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF85 is #0F207A. Grayscale: #DADADA. Windows color (decimal): -991355 or 8773616. OLE color: 8773616.

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

Color convert

RGB 240 223 133 -
CMYK 0 0.07 0.45 0.06
HSL 50.47º 0.78% 0.73% -
HSV(B) 50.47º 0.45% 0.94% -
XYZ 66.56 72.99 32.77 -
YUV 217.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 240 223 133 0 0.07 0.45 0.06 50.47 0.78 0.73
Hex F0 DF 85 0 7 2D 6 32 4E 49
Octal 360 337 205 0 7 55 6 62 116 111
Binary 11110000 11011111 10000101 0 111 101101 110 110010 1001110 1001001

Color Harmonies of #F0DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF85

Black with #F0DF85

Text Example


Text Example

White with #F0DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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