Html Css Color HEX #F5F279 Dolly

📋 copy color: '#F5F279'

red 245 ◦ green 242 ◦ blue 121

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

Shades of Dolly #F5F279

Tints of Dolly #F5F279

RGB

 RED value IS 245 (96.09% from 255) = 40.3%

 GREEN value IS 242 (94.92% from 255) = 39.8%

 BLUE value IS 121 (47.66% from 255) = 19.9%

R = 40.3%
G = 39.8%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5F279 (or 0xF5F279) is known color: Dolly. HEX triplet: F5, F2 and 79. RGB value is (245,242,121). Sum of RGB (Red+Green+Blue) = 245+242+121=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 121 (47.66% from 255 or 19.90% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F279 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F279 is #0A0D86. Grayscale: #E5E5E5. Windows color (decimal): -658823 or 7992053. OLE color: 7992053.

HSL color Cylindrical-coordinate representation of color #F5F279: hue angle of 58.55º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5F279 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 242 121 -
CMYK 0 0.01 0.51 0.04
HSL 58.55º 0.86% 0.72% -
HSV(B) 58.55º 0.51% 0.96% -
XYZ 72.86 84.3 30.52 -
YUV 229.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 245 242 121 0 0.01 0.51 0.04 58.55 0.86 0.72
Hex F5 F2 79 0 1 33 4 3B 56 48
Octal 365 362 171 0 1 63 4 73 126 110
Binary 11110101 11110010 1111001 0 1 110011 100 111011 1010110 1001000

Color Harmonies of #F5F279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F279

Black with #F5F279

Text Example


Text Example

White with #F5F279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F279; }

 p { color: rgb(245,242,121); }

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

background-color css

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

 a { background-color: rgb(245,242,121); }

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

border-color css

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

 span { border-color: rgb(245,242,121); }

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