Html Css Color HEX #F2E365 Corn

📋 copy color: '#F2E365'

red 242 ◦ green 227 ◦ blue 101

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

Shades of Corn #F2E365

Tints of Corn #F2E365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.72%

R = 42.46%
G = 39.82%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2E365 (or 0xF2E365) is known color: Corn. HEX triplet: F2, E3 and 65. RGB value is (242,227,101). Sum of RGB (Red+Green+Blue) = 242+227+101=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E365 is #0D1C9A. Grayscale: #D9D9D9. Windows color (decimal): -859291 or 6677490. OLE color: 6677490.

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

Color convert

RGB 242 227 101 -
CMYK 0 0.06 0.58 0.05
HSL 53.62º 0.84% 0.67% -
HSV(B) 53.62º 0.58% 0.95% -
XYZ 66.44 74.76 23.24 -
YUV 217.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 242 227 101 0 0.06 0.58 0.05 53.62 0.84 0.67
Hex F2 E3 65 0 6 3A 5 36 54 43
Octal 362 343 145 0 6 72 5 66 124 103
Binary 11110010 11100011 1100101 0 110 111010 101 110110 1010100 1000011

Color Harmonies of #F2E365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E365

Black with #F2E365

Text Example


Text Example

White with #F2E365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E365; }

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

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

background-color css

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

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

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

border-color css

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

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

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