Html Css Color HEX #F0F0CA Spring Sun

📋 copy color: '#F0F0CA'

red 240 ◦ green 240 ◦ blue 202

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

Shades of Spring Sun #F0F0CA

Tints of Spring Sun #F0F0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.19%

 BLUE value IS 202 (79.3% from 255) = 29.62%

R = 35.19%
G = 35.19%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0F0CA (or 0xF0F0CA) is known color: Spring Sun. HEX triplet: F0, F0 and CA. RGB value is (240,240,202). Sum of RGB (Red+Green+Blue) = 240+240+202=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0CA is #0F0F35. Grayscale: #EBEBEB. Windows color (decimal): -986934 or 13299952. OLE color: 13299952.

HSL color Cylindrical-coordinate representation of color #F0F0CA: hue angle of 60º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F0CA is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 202 -
CMYK 0 0 0.16 0.06
HSL 60º 0.56% 0.87% -
HSV(B) 60º 0.16% 0.94% -
XYZ 77.76 85.11 68.21 -
YUV 235.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 240 240 202 0 0 0.16 0.06 60 0.56 0.87
Hex F0 F0 CA 0 0 10 6 3C 38 57
Octal 360 360 312 0 0 20 6 74 70 127
Binary 11110000 11110000 11001010 0 0 10000 110 111100 111000 1010111

Color Harmonies of #F0F0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F0CA

Black with #F0F0CA

Text Example


Text Example

White with #F0F0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F0CA; }

 p { color: rgb(240,240,202); }

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

background-color css

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

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

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

border-color css

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

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

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