Html Css Color HEX #F5F27A Dolly

📋 copy color: '#F5F27A'

red 245 ◦ green 242 ◦ blue 122

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

Shades of Dolly #F5F27A

Tints of Dolly #F5F27A

RGB

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

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

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

R = 40.23%
G = 39.74%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5F27A (or 0xF5F27A) is known color: Dolly. HEX triplet: F5, F2 and 7A. RGB value is (245,242,122). Sum of RGB (Red+Green+Blue) = 245+242+122=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 122 (48.05% from 255 or 20.03% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F27A is #0A0D85. Grayscale: #E5E5E5. Windows color (decimal): -658822 or 8057589. OLE color: 8057589.

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

Color convert

RGB 245 242 122 -
CMYK 0 0.01 0.50 0.04
HSL 58.54º 0.86% 0.72% -
HSV(B) 58.54º 0.5% 0.96% -
XYZ 72.92 84.32 30.84 -
YUV 229.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 245 242 122 0 0.01 0.50 0.04 58.54 0.86 0.72
Hex F5 F2 7A 0 1 32 4 3B 56 48
Octal 365 362 172 0 1 62 4 73 126 110
Binary 11110101 11110010 1111010 0 1 110010 100 111011 1010110 1001000

Color Harmonies of #F5F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F27A

Black with #F5F27A

Text Example


Text Example

White with #F5F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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