Html Css Color HEX #F7F260 Corn

📋 copy color: '#F7F260'

red 247 ◦ green 242 ◦ blue 96

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

Shades of Corn #F7F260

Tints of Corn #F7F260

RGB

 RED value IS 247 (96.88% from 255) = 42.22%

 GREEN value IS 242 (94.92% from 255) = 41.37%

 BLUE value IS 96 (37.89% from 255) = 16.41%

R = 42.22%
G = 41.37%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7F260 (or 0xF7F260) is known color: Corn. HEX triplet: F7, F2 and 60. RGB value is (247,242,96). Sum of RGB (Red+Green+Blue) = 247+242+96=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 96 (37.89% from 255 or 16.41% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F260 is #080D9F. Grayscale: #E3E3E3. Windows color (decimal): -527776 or 6353655. OLE color: 6353655.

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

Color convert

RGB 247 242 96 -
CMYK 0 0.02 0.61 0.03
HSL 58.01º 0.9% 0.67% -
HSV(B) 58.01º 0.61% 0.97% -
XYZ 72.22 84.12 23.5 -
YUV 226.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 247 242 96 0 0.02 0.61 0.03 58.01 0.9 0.67
Hex F7 F2 60 0 2 3D 3 3A 5A 43
Octal 367 362 140 0 2 75 3 72 132 103
Binary 11110111 11110010 1100000 0 10 111101 11 111010 1011010 1000011

Color Harmonies of #F7F260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F260

Black with #F7F260

Text Example


Text Example

White with #F7F260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F260; }

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

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

background-color css

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

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

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

border-color css

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

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

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