Html Css Color HEX #F0F372 Dolly

📋 copy color: '#F0F372'

red 240 ◦ green 243 ◦ blue 114

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

Shades of Dolly #F0F372

Tints of Dolly #F0F372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.7%

 BLUE value IS 114 (44.92% from 255) = 19.1%

R = 40.2%
G = 40.7%
B = 19.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F0F372 (or 0xF0F372) is known color: Dolly. HEX triplet: F0, F3 and 72. RGB value is (240,243,114). Sum of RGB (Red+Green+Blue) = 240+243+114=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F372 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F372 is #0F0C8D. Grayscale: #E3E3E3. Windows color (decimal): -986254 or 7533552. OLE color: 7533552.

HSL color Cylindrical-coordinate representation of color #F0F372: hue angle of 61.4º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0F372 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 243 114 -
CMYK 0.01 0 0.53 0.05
HSL 61.4º 0.84% 0.7% -
HSV(B) 61.4º 0.53% 0.95% -
XYZ 71.02 83.84 28.36 -
YUV 227.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 240 243 114 0.01 0 0.53 0.05 61.4 0.84 0.7
Hex F0 F3 72 1 0 35 5 3D 54 46
Octal 360 363 162 1 0 65 5 75 124 106
Binary 11110000 11110011 1110010 1 0 110101 101 111101 1010100 1000110

Color Harmonies of #F0F372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F372

Black with #F0F372

Text Example


Text Example

White with #F0F372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F372; }

 p { color: rgb(240,243,114); }

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

background-color css

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

 a { background-color: rgb(240,243,114); }

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

border-color css

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

 span { border-color: rgb(240,243,114); }

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