#f7af00

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

Shades of Selective Yellow #F7AF00

Tints of Selective Yellow #F7AF00

Color information

#F7AF00 (or 0xF7AF00) is unknown color: approx Selective Yellow. HEX triplet: F7, AF and 00. RGB value is (247,175,0). Sum of RGB (Red+Green+Blue) = 247+175+0=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AF00 is #0850FF. Grayscale: #B1B1B1. Windows color (decimal): -545024 or 45047. OLE color: 45047.

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

Color convert

RGB2471750-
CMYK00.2910.03
HSL42.51º100%48.43%-
HSV(B)42.51º100%96.86%-
XYZ53.6950.436.91-
YUV176.5828.35178.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.53%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.53%
G=41.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247175000.2910.0342.5110048.43
HexF7AF001D6432b6430
Octal367257003514435314460
Binary111101111010111100111011100100111010111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7af00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7af00; }

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

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

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

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

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

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

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

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