Html Css Color HEX #F5F47D Dolly

📋 copy color: '#F5F47D'

red 245 ◦ green 244 ◦ blue 125

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

Shades of Dolly #F5F47D

Tints of Dolly #F5F47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.74%

 BLUE value IS 125 (49.22% from 255) = 20.36%

R = 39.9%
G = 39.74%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5F47D (or 0xF5F47D) is known color: Dolly. HEX triplet: F5, F4 and 7D. RGB value is (245,244,125). Sum of RGB (Red+Green+Blue) = 245+244+125=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F47D is #0A0B82. Grayscale: #E7E7E7. Windows color (decimal): -658307 or 8254709. OLE color: 8254709.

HSL color Cylindrical-coordinate representation of color #F5F47D: hue angle of 59.5º 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 #F5F47D is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 244 125 -
CMYK 0 0.00 0.49 0.04
HSL 59.5º 0.86% 0.73% -
HSV(B) 59.5º 0.49% 0.96% -
XYZ 73.71 85.59 32.04 -
YUV 230.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 245 244 125 0 0.00 0.49 0.04 59.5 0.86 0.73
Hex F5 F4 7D 0 0 31 4 3C 56 49
Octal 365 364 175 0 0 61 4 74 126 111
Binary 11110101 11110100 1111101 0 0 110001 100 111100 1010110 1001001

Color Harmonies of #F5F47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F47D

Black with #F5F47D

Text Example


Text Example

White with #F5F47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F47D; }

 p { color: rgb(245,244,125); }

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

background-color css

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

 a { background-color: rgb(245,244,125); }

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

border-color css

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

 span { border-color: rgb(245,244,125); }

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