Html Css Color HEX #F2E653 Paris Daisy

📋 copy color: '#F2E653'

red 242 ◦ green 230 ◦ blue 83

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

Shades of Paris Daisy #F2E653

Tints of Paris Daisy #F2E653

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.44%

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

R = 43.6%
G = 41.44%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2E653 (or 0xF2E653) is known color: Paris Daisy. HEX triplet: F2, E6 and 53. RGB value is (242,230,83). Sum of RGB (Red+Green+Blue) = 242+230+83=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 83 (32.81% from 255 or 14.95% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E653 is #0D19AC. Grayscale: #D9D9D9. Windows color (decimal): -858541 or 5498610. OLE color: 5498610.

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

Color convert

RGB 242 230 83 -
CMYK 0 0.05 0.66 0.05
HSL 55.47º 0.86% 0.64% -
HSV(B) 55.47º 0.66% 0.95% -
XYZ 66.48 76.1 19.37 -
YUV 216.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 242 230 83 0 0.05 0.66 0.05 55.47 0.86 0.64
Hex F2 E6 53 0 5 42 5 37 56 40
Octal 362 346 123 0 5 102 5 67 126 100
Binary 11110010 11100110 1010011 0 101 1000010 101 110111 1010110 1000000

Color Harmonies of #F2E653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E653

Black with #F2E653

Text Example


Text Example

White with #F2E653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E653; }

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

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

background-color css

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

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

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

border-color css

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

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

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