Html Css Color HEX #F2EB64 Corn

📋 copy color: '#F2EB64'

red 242 ◦ green 235 ◦ blue 100

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

Shades of Corn #F2EB64

Tints of Corn #F2EB64

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.73%

 BLUE value IS 100 (39.45% from 255) = 17.33%

R = 41.94%
G = 40.73%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2EB64 (or 0xF2EB64) is known color: Corn. HEX triplet: F2, EB and 64. RGB value is (242,235,100). Sum of RGB (Red+Green+Blue) = 242+235+100=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB64 is #0D149B. Grayscale: #DEDEDE. Windows color (decimal): -857244 or 6614002. OLE color: 6614002.

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

Color convert

RGB 242 235 100 -
CMYK 0 0.03 0.59 0.05
HSL 57.04º 0.85% 0.67% -
HSV(B) 57.04º 0.59% 0.95% -
XYZ 68.63 79.21 23.73 -
YUV 221.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 242 235 100 0 0.03 0.59 0.05 57.04 0.85 0.67
Hex F2 EB 64 0 3 3B 5 39 55 43
Octal 362 353 144 0 3 73 5 71 125 103
Binary 11110010 11101011 1100100 0 11 111011 101 111001 1010101 1000011

Color Harmonies of #F2EB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB64

Black with #F2EB64

Text Example


Text Example

White with #F2EB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB64; }

 p { color: rgb(242,235,100); }

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

background-color css

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

 a { background-color: rgb(242,235,100); }

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

border-color css

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

 span { border-color: rgb(242,235,100); }

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