Html Css Color HEX #F2E25C Corn

📋 copy color: '#F2E25C'

red 242 ◦ green 226 ◦ blue 92

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

Shades of Corn #F2E25C

Tints of Corn #F2E25C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.36%

 BLUE value IS 92 (36.33% from 255) = 16.43%

R = 43.21%
G = 40.36%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2E25C (or 0xF2E25C) is known color: Corn. HEX triplet: F2, E2 and 5C. RGB value is (242,226,92). Sum of RGB (Red+Green+Blue) = 242+226+92=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E25C is #0D1DA3. Grayscale: #D8D8D8. Windows color (decimal): -859556 or 6087410. OLE color: 6087410.

HSL color Cylindrical-coordinate representation of color #F2E25C: hue angle of 53.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2E25C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 226 92 -
CMYK 0 0.07 0.62 0.05
HSL 53.6º 0.85% 0.65% -
HSV(B) 53.6º 0.62% 0.95% -
XYZ 65.75 74.04 20.95 -
YUV 215.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 242 226 92 0 0.07 0.62 0.05 53.6 0.85 0.65
Hex F2 E2 5C 0 7 3E 5 36 55 41
Octal 362 342 134 0 7 76 5 66 125 101
Binary 11110010 11100010 1011100 0 111 111110 101 110110 1010101 1000001

Color Harmonies of #F2E25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E25C

Black with #F2E25C

Text Example


Text Example

White with #F2E25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E25C; }

 p { color: rgb(242,226,92); }

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

background-color css

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

 a { background-color: rgb(242,226,92); }

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

border-color css

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

 span { border-color: rgb(242,226,92); }

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