Html Css Color HEX #F2E866 Corn

📋 copy color: '#F2E866'

red 242 ◦ green 232 ◦ blue 102

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

Shades of Corn #F2E866

Tints of Corn #F2E866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.71%

R = 42.01%
G = 40.28%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2E866 (or 0xF2E866) is known color: Corn. HEX triplet: F2, E8 and 66. RGB value is (242,232,102). Sum of RGB (Red+Green+Blue) = 242+232+102=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 102 (40.23% from 255 or 17.71% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E866 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E866 is #0D1799. Grayscale: #DCDCDC. Windows color (decimal): -858010 or 6744306. OLE color: 6744306.

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

Color convert

RGB 242 232 102 -
CMYK 0 0.04 0.58 0.05
HSL 55.71º 0.84% 0.67% -
HSV(B) 55.71º 0.58% 0.95% -
XYZ 67.87 77.55 23.96 -
YUV 220.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 242 232 102 0 0.04 0.58 0.05 55.71 0.84 0.67
Hex F2 E8 66 0 4 3A 5 38 54 43
Octal 362 350 146 0 4 72 5 70 124 103
Binary 11110010 11101000 1100110 0 100 111010 101 111000 1010100 1000011

Color Harmonies of #F2E866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E866

Black with #F2E866

Text Example


Text Example

White with #F2E866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E866; }

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

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

background-color css

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

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

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

border-color css

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

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

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