Html Css Color HEX #F5EF42 Paris Daisy

📋 copy color: '#F5EF42'

red 245 ◦ green 239 ◦ blue 66

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

Shades of Paris Daisy #F5EF42

Tints of Paris Daisy #F5EF42

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.45%

 BLUE value IS 66 (26.17% from 255) = 12%

R = 44.55%
G = 43.45%
B = 12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F5EF42 (or 0xF5EF42) is known color: Paris Daisy. HEX triplet: F5, EF and 42. RGB value is (245,239,66). Sum of RGB (Red+Green+Blue) = 245+239+66=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 66 (26.17% from 255 or 12% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF42 is #0A10BD. Grayscale: #DDDDDD. Windows color (decimal): -659646 or 4386805. OLE color: 4386805.

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

Color convert

RGB 245 239 66 -
CMYK 0 0.02 0.73 0.04
HSL 57.99º 0.9% 0.61% -
HSV(B) 57.99º 0.73% 0.96% -
XYZ 69.51 81.54 17.23 -
YUV 221.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 245 239 66 0 0.02 0.73 0.04 57.99 0.9 0.61
Hex F5 EF 42 0 2 49 4 3A 5A 3D
Octal 365 357 102 0 2 111 4 72 132 75
Binary 11110101 11101111 1000010 0 10 1001001 100 111010 1011010 111101

Color Harmonies of #F5EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EF42

Black with #F5EF42

Text Example


Text Example

White with #F5EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EF42; }

 p { color: rgb(245,239,66); }

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

background-color css

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

 a { background-color: rgb(245,239,66); }

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

border-color css

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

 span { border-color: rgb(245,239,66); }

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