Html Css Color HEX #F2E368 Corn

📋 copy color: '#F2E368'

red 242 ◦ green 227 ◦ blue 104

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

Shades of Corn #F2E368

Tints of Corn #F2E368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.15%

R = 42.23%
G = 39.62%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2E368 (or 0xF2E368) is known color: Corn. HEX triplet: F2, E3 and 68. RGB value is (242,227,104). Sum of RGB (Red+Green+Blue) = 242+227+104=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E368 is #0D1C97. Grayscale: #D9D9D9. Windows color (decimal): -859288 or 6874098. OLE color: 6874098.

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

Color convert

RGB 242 227 104 -
CMYK 0 0.06 0.57 0.05
HSL 53.48º 0.84% 0.68% -
HSV(B) 53.48º 0.57% 0.95% -
XYZ 66.59 74.81 24.03 -
YUV 217.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 242 227 104 0 0.06 0.57 0.05 53.48 0.84 0.68
Hex F2 E3 68 0 6 39 5 35 54 44
Octal 362 343 150 0 6 71 5 65 124 104
Binary 11110010 11100011 1101000 0 110 111001 101 110101 1010100 1000100

Color Harmonies of #F2E368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E368

Black with #F2E368

Text Example


Text Example

White with #F2E368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E368; }

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

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

background-color css

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

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

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

border-color css

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

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

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