Html Css Color HEX #F2E85B Corn

📋 copy color: '#F2E85B'

red 242 ◦ green 232 ◦ blue 91

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

Shades of Corn #F2E85B

Tints of Corn #F2E85B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.06%

 BLUE value IS 91 (35.94% from 255) = 16.11%

R = 42.83%
G = 41.06%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2E85B (or 0xF2E85B) is known color: Corn. HEX triplet: F2, E8 and 5B. RGB value is (242,232,91). Sum of RGB (Red+Green+Blue) = 242+232+91=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E85B is #0D17A4. Grayscale: #DBDBDB. Windows color (decimal): -858021 or 6023410. OLE color: 6023410.

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

Color convert

RGB 242 232 91 -
CMYK 0 0.04 0.62 0.05
HSL 56.03º 0.85% 0.65% -
HSV(B) 56.03º 0.62% 0.95% -
XYZ 67.36 77.35 21.28 -
YUV 218.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 242 232 91 0 0.04 0.62 0.05 56.03 0.85 0.65
Hex F2 E8 5B 0 4 3E 5 38 55 41
Octal 362 350 133 0 4 76 5 70 125 101
Binary 11110010 11101000 1011011 0 100 111110 101 111000 1010101 1000001

Color Harmonies of #F2E85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E85B

Black with #F2E85B

Text Example


Text Example

White with #F2E85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E85B; }

 p { color: rgb(242,232,91); }

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

background-color css

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

 a { background-color: rgb(242,232,91); }

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

border-color css

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

 span { border-color: rgb(242,232,91); }

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