Html Css Color HEX #F7F560 Corn

📋 copy color: '#F7F560'

red 247 ◦ green 245 ◦ blue 96

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

Shades of Corn #F7F560

Tints of Corn #F7F560

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

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

R = 42.01%
G = 41.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7F560 (or 0xF7F560) is known color: Corn. HEX triplet: F7, F5 and 60. RGB value is (247,245,96). Sum of RGB (Red+Green+Blue) = 247+245+96=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 96 (37.89% from 255 or 16.33% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F560 is #080A9F. Grayscale: #E5E5E5. Windows color (decimal): -527008 or 6354423. OLE color: 6354423.

HSL color Cylindrical-coordinate representation of color #F7F560: hue angle of 59.21º 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 #F7F560 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 245 96 -
CMYK 0 0.01 0.61 0.03
HSL 59.21º 0.9% 0.67% -
HSV(B) 59.21º 0.61% 0.97% -
XYZ 73.12 85.92 23.8 -
YUV 228.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 247 245 96 0 0.01 0.61 0.03 59.21 0.9 0.67
Hex F7 F5 60 0 1 3D 3 3B 5A 43
Octal 367 365 140 0 1 75 3 73 132 103
Binary 11110111 11110101 1100000 0 1 111101 11 111011 1011010 1000011

Color Harmonies of #F7F560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F560

Black with #F7F560

Text Example


Text Example

White with #F7F560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F560; }

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

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

background-color css

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

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

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

border-color css

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

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

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