Html Css Color HEX #F5E14C Paris Daisy

📋 copy color: '#F5E14C'

red 245 ◦ green 225 ◦ blue 76

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

Shades of Paris Daisy #F5E14C

Tints of Paris Daisy #F5E14C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.21%

 BLUE value IS 76 (30.08% from 255) = 13.92%

R = 44.87%
G = 41.21%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5E14C (or 0xF5E14C) is known color: Paris Daisy. HEX triplet: F5, E1 and 4C. RGB value is (245,225,76). Sum of RGB (Red+Green+Blue) = 245+225+76=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 76 (30.08% from 255 or 13.92% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E14C is #0A1EB3. Grayscale: #D6D6D6. Windows color (decimal): -663220 or 5038581. OLE color: 5038581.

HSL color Cylindrical-coordinate representation of color #F5E14C: hue angle of 52.9º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5E14C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 225 76 -
CMYK 0 0.08 0.69 0.04
HSL 52.9º 0.89% 0.63% -
HSV(B) 52.9º 0.69% 0.96% -
XYZ 65.89 73.78 17.61 -
YUV 213.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 245 225 76 0 0.08 0.69 0.04 52.9 0.89 0.63
Hex F5 E1 4C 0 8 45 4 35 59 3F
Octal 365 341 114 0 10 105 4 65 131 77
Binary 11110101 11100001 1001100 0 1000 1000101 100 110101 1011001 111111

Color Harmonies of #F5E14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E14C

Black with #F5E14C

Text Example


Text Example

White with #F5E14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E14C; }

 p { color: rgb(245,225,76); }

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

background-color css

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

 a { background-color: rgb(245,225,76); }

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

border-color css

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

 span { border-color: rgb(245,225,76); }

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