Html Css Color HEX #F2F35E Corn

📋 copy color: '#F2F35E'

red 242 ◦ green 243 ◦ blue 94

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

Shades of Corn #F2F35E

Tints of Corn #F2F35E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.97%

 BLUE value IS 94 (37.11% from 255) = 16.23%

R = 41.8%
G = 41.97%
B = 16.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2F35E (or 0xF2F35E) is known color: Corn. HEX triplet: F2, F3 and 5E. RGB value is (242,243,94). Sum of RGB (Red+Green+Blue) = 242+243+94=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 94 (37.11% from 255 or 16.23% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F35E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F35E is #0D0CA1. Grayscale: #E2E2E2. Windows color (decimal): -855202 or 6222834. OLE color: 6222834.

HSL color Cylindrical-coordinate representation of color #F2F35E: hue angle of 60.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2F35E is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 243 94 -
CMYK 0.00 0 0.61 0.05
HSL 60.4º 0.86% 0.66% -
HSV(B) 60.4º 0.61% 0.95% -
XYZ 70.69 83.79 23.04 -
YUV 225.72 53.67 139.62 -
System Red Green Blue C M Y K H S L
Decimal 242 243 94 0.00 0 0.61 0.05 60.4 0.86 0.66
Hex F2 F3 5E 0 0 3D 5 3C 56 42
Octal 362 363 136 0 0 75 5 74 126 102
Binary 11110010 11110011 1011110 0 0 111101 101 111100 1010110 1000010

Color Harmonies of #F2F35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F35E

Black with #F2F35E

Text Example


Text Example

White with #F2F35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F35E; }

 p { color: rgb(242,243,94); }

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

background-color css

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

 a { background-color: rgb(242,243,94); }

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

border-color css

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

 span { border-color: rgb(242,243,94); }

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