Html Css Color HEX #F2ED52 Paris Daisy

📋 copy color: '#F2ED52'

red 242 ◦ green 237 ◦ blue 82

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

Shades of Paris Daisy #F2ED52

Tints of Paris Daisy #F2ED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.25%

 BLUE value IS 82 (32.42% from 255) = 14.62%

R = 43.14%
G = 42.25%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2ED52 (or 0xF2ED52) is known color: Paris Daisy. HEX triplet: F2, ED and 52. RGB value is (242,237,82). Sum of RGB (Red+Green+Blue) = 242+237+82=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED52 is #0D12AD. Grayscale: #DDDDDD. Windows color (decimal): -856750 or 5434866. OLE color: 5434866.

HSL color Cylindrical-coordinate representation of color #F2ED52: hue angle of 58.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2ED52 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 82 -
CMYK 0 0.02 0.66 0.05
HSL 58.13º 0.86% 0.64% -
HSV(B) 58.13º 0.66% 0.95% -
XYZ 68.43 80.05 19.83 -
YUV 220.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 242 237 82 0 0.02 0.66 0.05 58.13 0.86 0.64
Hex F2 ED 52 0 2 42 5 3A 56 40
Octal 362 355 122 0 2 102 5 72 126 100
Binary 11110010 11101101 1010010 0 10 1000010 101 111010 1010110 1000000

Color Harmonies of #F2ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED52

Black with #F2ED52

Text Example


Text Example

White with #F2ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED52; }

 p { color: rgb(242,237,82); }

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

background-color css

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

 a { background-color: rgb(242,237,82); }

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

border-color css

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

 span { border-color: rgb(242,237,82); }

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