Html Css Color HEX #F7F55F Corn

📋 copy color: '#F7F55F'

red 247 ◦ green 245 ◦ blue 95

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

Shades of Corn #F7F55F

Tints of Corn #F7F55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.18%

R = 42.08%
G = 41.74%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7F55F (or 0xF7F55F) is known color: Corn. HEX triplet: F7, F5 and 5F. RGB value is (247,245,95). Sum of RGB (Red+Green+Blue) = 247+245+95=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 95 (37.5% from 255 or 16.18% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F55F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F55F is #080AA0. Grayscale: #E5E5E5. Windows color (decimal): -527009 or 6288887. OLE color: 6288887.

HSL color Cylindrical-coordinate representation of color #F7F55F: 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.62%. Process color model (Four color, CMYK) of #F7F55F is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 245 95 -
CMYK 0 0.01 0.62 0.03
HSL 59.21º 0.9% 0.67% -
HSV(B) 59.21º 0.62% 0.97% -
XYZ 73.08 85.91 23.56 -
YUV 228.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 247 245 95 0 0.01 0.62 0.03 59.21 0.9 0.67
Hex F7 F5 5F 0 1 3E 3 3B 5A 43
Octal 367 365 137 0 1 76 3 73 132 103
Binary 11110111 11110101 1011111 0 1 111110 11 111011 1011010 1000011

Color Harmonies of #F7F55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F55F

Black with #F7F55F

Text Example


Text Example

White with #F7F55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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