Html Css Color HEX #F2E353 Paris Daisy

📋 copy color: '#F2E353'

red 242 ◦ green 227 ◦ blue 83

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

Shades of Paris Daisy #F2E353

Tints of Paris Daisy #F2E353

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.12%

 BLUE value IS 83 (32.81% from 255) = 15.04%

R = 43.84%
G = 41.12%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2E353 (or 0xF2E353) is known color: Paris Daisy. HEX triplet: F2, E3 and 53. RGB value is (242,227,83). Sum of RGB (Red+Green+Blue) = 242+227+83=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 83 (32.81% from 255 or 15.04% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E353 is #0D1CAC. Grayscale: #D7D7D7. Windows color (decimal): -859309 or 5497842. OLE color: 5497842.

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

Color convert

RGB 242 227 83 -
CMYK 0 0.06 0.66 0.05
HSL 54.34º 0.86% 0.64% -
HSV(B) 54.34º 0.66% 0.95% -
XYZ 65.65 74.44 19.09 -
YUV 215.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 242 227 83 0 0.06 0.66 0.05 54.34 0.86 0.64
Hex F2 E3 53 0 6 42 5 36 56 40
Octal 362 343 123 0 6 102 5 66 126 100
Binary 11110010 11100011 1010011 0 110 1000010 101 110110 1010110 1000000

Color Harmonies of #F2E353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E353

Black with #F2E353

Text Example


Text Example

White with #F2E353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E353; }

 p { color: rgb(242,227,83); }

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

background-color css

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

 a { background-color: rgb(242,227,83); }

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

border-color css

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

 span { border-color: rgb(242,227,83); }

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