Html Css Color HEX #F2EF48 Paris Daisy

📋 copy color: '#F2EF48'

red 242 ◦ green 239 ◦ blue 72

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

Shades of Paris Daisy #F2EF48

Tints of Paris Daisy #F2EF48

RGB

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

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

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

R = 43.76%
G = 43.22%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2EF48 (or 0xF2EF48) is known color: Paris Daisy. HEX triplet: F2, EF and 48. RGB value is (242,239,72). Sum of RGB (Red+Green+Blue) = 242+239+72=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 72 (28.52% from 255 or 13.02% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF48 is #0D10B7. Grayscale: #DDDDDD. Windows color (decimal): -856248 or 4780018. OLE color: 4780018.

HSL color Cylindrical-coordinate representation of color #F2EF48: hue angle of 58.94º 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 #F2EF48 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 72 -
CMYK 0 0.01 0.70 0.05
HSL 58.94º 0.87% 0.62% -
HSV(B) 58.94º 0.7% 0.95% -
XYZ 68.65 81.08 18.16 -
YUV 220.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 242 239 72 0 0.01 0.70 0.05 58.94 0.87 0.62
Hex F2 EF 48 0 1 46 5 3B 57 3E
Octal 362 357 110 0 1 106 5 73 127 76
Binary 11110010 11101111 1001000 0 1 1000110 101 111011 1010111 111110

Color Harmonies of #F2EF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF48

Black with #F2EF48

Text Example


Text Example

White with #F2EF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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