Html Css Color HEX #F2F357 Corn

📋 copy color: '#F2F357'

red 242 ◦ green 243 ◦ blue 87

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

Shades of Corn #F2F357

Tints of Corn #F2F357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.21%

R = 42.31%
G = 42.48%
B = 15.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2F357 (or 0xF2F357) is known color: Corn. HEX triplet: F2, F3 and 57. RGB value is (242,243,87). Sum of RGB (Red+Green+Blue) = 242+243+87=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 87 (34.38% from 255 or 15.21% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F357 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F357 is #0D0CA8. Grayscale: #E1E1E1. Windows color (decimal): -855209 or 5764082. OLE color: 5764082.

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

Color convert

RGB 242 243 87 -
CMYK 0.00 0 0.64 0.05
HSL 60.38º 0.87% 0.65% -
HSV(B) 60.38º 0.64% 0.95% -
XYZ 70.39 83.67 21.46 -
YUV 224.92 50.17 140.18 -
System Red Green Blue C M Y K H S L
Decimal 242 243 87 0.00 0 0.64 0.05 60.38 0.87 0.65
Hex F2 F3 57 0 0 40 5 3C 57 41
Octal 362 363 127 0 0 100 5 74 127 101
Binary 11110010 11110011 1010111 0 0 1000000 101 111100 1010111 1000001

Color Harmonies of #F2F357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F357

Black with #F2F357

Text Example


Text Example

White with #F2F357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F357; }

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

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

background-color css

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

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

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

border-color css

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

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

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