Html Css Color HEX #F5FE7D Dolly

📋 copy color: '#F5FE7D'

red 245 ◦ green 254 ◦ blue 125

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

Shades of Dolly #F5FE7D

Tints of Dolly #F5FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.71%

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

R = 39.26%
G = 40.71%
B = 20.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#F5FE7D (or 0xF5FE7D) is known color: Dolly. HEX triplet: F5, FE and 7D. RGB value is (245,254,125). Sum of RGB (Red+Green+Blue) = 245+254+125=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 125 (49.22% from 255 or 20.03% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE7D is #0A0182. Grayscale: #EDEDED. Windows color (decimal): -655747 or 8257269. OLE color: 8257269.

HSL color Cylindrical-coordinate representation of color #F5FE7D: hue angle of 64.19º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5FE7D is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 254 125 -
CMYK 0.04 0 0.51 0.00
HSL 64.19º 0.98% 0.74% -
HSV(B) 64.19º 0.51% 1% -
XYZ 76.8 91.78 33.07 -
YUV 236.6 65.02 133.99 -
System Red Green Blue C M Y K H S L
Decimal 245 254 125 0.04 0 0.51 0.00 64.19 0.98 0.74
Hex F5 FE 7D 4 0 33 0 40 62 4A
Octal 365 376 175 4 0 63 0 100 142 112
Binary 11110101 11111110 1111101 100 0 110011 0 1000000 1100010 1001010

Color Harmonies of #F5FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FE7D

Black with #F5FE7D

Text Example


Text Example

White with #F5FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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