#F7AF3C

Color #F7AF3C Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #F7AF3C

Tints of Yellow Orange #F7AF3C

Color information

#F7AF3C (or 0xF7AF3C) is unknown color: approx Yellow Orange. HEX triplet: F7, AF and 3C. RGB value is (247,175,60). Sum of RGB (Red+Green+Blue) = 247+175+60=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF3C is #0850C3. Grayscale: #B7B7B7. Windows color (decimal): -544964 or 3977207. OLE color: 3977207.

HSL color Cylindrical-coordinate representation of color #F7AF3C: hue angle of 36.9º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F7AF3C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB24717560-
CMYK00.290.760.03
HSL36.9º92.12%60.2%-
HSV(B)36.9º75.71%96.86%-
XYZ54.550.7611.2-
YUV183.4258.35173.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 60 (23.83% from 255) = 12.45%
R=51.24%
G=36.31%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471756000.290.760.0336.992.1260.2
HexF7AF3C01D4C3255c3c
Octal3672577403511434513474
Binary11110111101011111111000111011001100111001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF3C; }

 p { color: rgb(247,175,60); }

 H1.HeaderClassName
 {
   color: #F7AF3C;
 }
 .AnyTagClassName
 {
   color: #F7AF3C;
 }
</style>
background-color css

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

 a { background-color: rgb(247,175,60); }

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

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

 span { border-color: rgb(247,175,60); }

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