Html Css Color HEX #F2E563 Corn

📋 copy color: '#F2E563'

red 242 ◦ green 229 ◦ blue 99

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

Shades of Corn #F2E563

Tints of Corn #F2E563

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.18%

 BLUE value IS 99 (39.06% from 255) = 17.37%

R = 42.46%
G = 40.18%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2E563 (or 0xF2E563) is known color: Corn. HEX triplet: F2, E5 and 63. RGB value is (242,229,99). Sum of RGB (Red+Green+Blue) = 242+229+99=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 99 (39.06% from 255 or 17.37% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E563 is #0D1A9C. Grayscale: #DADADA. Windows color (decimal): -858781 or 6546930. OLE color: 6546930.

HSL color Cylindrical-coordinate representation of color #F2E563: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2E563 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 229 99 -
CMYK 0 0.05 0.59 0.05
HSL 54.55º 0.85% 0.67% -
HSV(B) 54.55º 0.59% 0.95% -
XYZ 66.89 75.82 22.91 -
YUV 218.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 242 229 99 0 0.05 0.59 0.05 54.55 0.85 0.67
Hex F2 E5 63 0 5 3B 5 37 55 43
Octal 362 345 143 0 5 73 5 67 125 103
Binary 11110010 11100101 1100011 0 101 111011 101 110111 1010101 1000011

Color Harmonies of #F2E563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E563

Black with #F2E563

Text Example


Text Example

White with #F2E563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E563; }

 p { color: rgb(242,229,99); }

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

background-color css

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

 a { background-color: rgb(242,229,99); }

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

border-color css

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

 span { border-color: rgb(242,229,99); }

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