Html Css Color HEX #F2F75B Corn

📋 copy color: '#F2F75B'

red 242 ◦ green 247 ◦ blue 91

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

Shades of Corn #F2F75B

Tints of Corn #F2F75B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.59%

 BLUE value IS 91 (35.94% from 255) = 15.69%

R = 41.72%
G = 42.59%
B = 15.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F2F75B (or 0xF2F75B) is known color: Corn. HEX triplet: F2, F7 and 5B. RGB value is (242,247,91). Sum of RGB (Red+Green+Blue) = 242+247+91=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 91 (35.94% from 255 or 15.69% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F75B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F75B is #0D08A4. Grayscale: #E4E4E4. Windows color (decimal): -854181 or 6027250. OLE color: 6027250.

HSL color Cylindrical-coordinate representation of color #F2F75B: hue angle of 61.92º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2F75B is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 91 -
CMYK 0.02 0 0.63 0.03
HSL 61.92º 0.91% 0.66% -
HSV(B) 61.92º 0.63% 0.97% -
XYZ 71.77 86.15 22.74 -
YUV 227.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 242 247 91 0.02 0 0.63 0.03 61.92 0.91 0.66
Hex F2 F7 5B 2 0 3F 3 3E 5B 42
Octal 362 367 133 2 0 77 3 76 133 102
Binary 11110010 11110111 1011011 10 0 111111 11 111110 1011011 1000010

Color Harmonies of #F2F75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F75B

Black with #F2F75B

Text Example


Text Example

White with #F2F75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F75B; }

 p { color: rgb(242,247,91); }

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

background-color css

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

 a { background-color: rgb(242,247,91); }

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

border-color css

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

 span { border-color: rgb(242,247,91); }

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