Html Css Color HEX #F5F17E Dolly

📋 copy color: '#F5F17E'

red 245 ◦ green 241 ◦ blue 126

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

Shades of Dolly #F5F17E

Tints of Dolly #F5F17E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.38%

 BLUE value IS 126 (49.61% from 255) = 20.59%

R = 40.03%
G = 39.38%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5F17E (or 0xF5F17E) is known color: Dolly. HEX triplet: F5, F1 and 7E. RGB value is (245,241,126). Sum of RGB (Red+Green+Blue) = 245+241+126=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 126 (49.61% from 255 or 20.59% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F17E is #0A0E81. Grayscale: #E5E5E5. Windows color (decimal): -659074 or 8319477. OLE color: 8319477.

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

Color convert

RGB 245 241 126 -
CMYK 0 0.02 0.49 0.04
HSL 57.98º 0.86% 0.73% -
HSV(B) 57.98º 0.49% 0.96% -
XYZ 72.88 83.83 32.08 -
YUV 229.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 245 241 126 0 0.02 0.49 0.04 57.98 0.86 0.73
Hex F5 F1 7E 0 2 31 4 3A 56 49
Octal 365 361 176 0 2 61 4 72 126 111
Binary 11110101 11110001 1111110 0 10 110001 100 111010 1010110 1001001

Color Harmonies of #F5F17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F17E

Black with #F5F17E

Text Example


Text Example

White with #F5F17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F17E; }

 p { color: rgb(245,241,126); }

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

background-color css

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

 a { background-color: rgb(245,241,126); }

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

border-color css

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

 span { border-color: rgb(245,241,126); }

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