Html Css Color HEX #F2E952 Paris Daisy

📋 copy color: '#F2E952'

red 242 ◦ green 233 ◦ blue 82

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

Shades of Paris Daisy #F2E952

Tints of Paris Daisy #F2E952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.83%

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

R = 43.45%
G = 41.83%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2E952 (or 0xF2E952) is known color: Paris Daisy. HEX triplet: F2, E9 and 52. RGB value is (242,233,82). Sum of RGB (Red+Green+Blue) = 242+233+82=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E952 is #0D16AD. Grayscale: #DBDBDB. Windows color (decimal): -857774 or 5433842. OLE color: 5433842.

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

Color convert

RGB 242 233 82 -
CMYK 0 0.04 0.66 0.05
HSL 56.63º 0.86% 0.64% -
HSV(B) 56.63º 0.66% 0.95% -
XYZ 67.28 77.76 19.45 -
YUV 218.48 50.98 144.78 -
System Red Green Blue C M Y K H S L
Decimal 242 233 82 0 0.04 0.66 0.05 56.63 0.86 0.64
Hex F2 E9 52 0 4 42 5 39 56 40
Octal 362 351 122 0 4 102 5 71 126 100
Binary 11110010 11101001 1010010 0 100 1000010 101 111001 1010110 1000000

Color Harmonies of #F2E952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E952

Black with #F2E952

Text Example


Text Example

White with #F2E952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E952; }

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

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

background-color css

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

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

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

border-color css

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

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

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