Html Css Color HEX #F2E548 Paris Daisy

📋 copy color: '#F2E548'

red 242 ◦ green 229 ◦ blue 72

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

Shades of Paris Daisy #F2E548

Tints of Paris Daisy #F2E548

RGB

 RED value IS 242 (94.92% from 255) = 44.57%

 GREEN value IS 229 (89.84% from 255) = 42.17%

 BLUE value IS 72 (28.52% from 255) = 13.26%

R = 44.57%
G = 42.17%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2E548 (or 0xF2E548) is known color: Paris Daisy. HEX triplet: F2, E5 and 48. RGB value is (242,229,72). Sum of RGB (Red+Green+Blue) = 242+229+72=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E548 is #0D1AB7. Grayscale: #D7D7D7. Windows color (decimal): -858808 or 4777458. OLE color: 4777458.

HSL color Cylindrical-coordinate representation of color #F2E548: hue angle of 55.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2E548 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 229 72 -
CMYK 0 0.05 0.70 0.05
HSL 55.41º 0.87% 0.62% -
HSV(B) 55.41º 0.7% 0.95% -
XYZ 65.81 75.38 17.21 -
YUV 214.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 242 229 72 0 0.05 0.70 0.05 55.41 0.87 0.62
Hex F2 E5 48 0 5 46 5 37 57 3E
Octal 362 345 110 0 5 106 5 67 127 76
Binary 11110010 11100101 1001000 0 101 1000110 101 110111 1010111 111110

Color Harmonies of #F2E548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E548

Black with #F2E548

Text Example


Text Example

White with #F2E548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E548; }

 p { color: rgb(242,229,72); }

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

background-color css

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

 a { background-color: rgb(242,229,72); }

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

border-color css

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

 span { border-color: rgb(242,229,72); }

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