Html Css Color HEX #F7AF01 Selective Yellow

📋 copy color: '#F7AF01'

red 247 ◦ green 175 ◦ blue 1

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

Shades of Selective Yellow #F7AF01

Tints of Selective Yellow #F7AF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 58.39%
G = 41.37%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F7AF01 (or 0xF7AF01) is known color: Selective Yellow. HEX triplet: F7, AF and 01. RGB value is (247,175,1). Sum of RGB (Red+Green+Blue) = 247+175+1=423 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.39% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7AF01 is #0850FE. Grayscale: #B1B1B1. Windows color (decimal): -545023 or 110583. OLE color: 110583.

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

Color convert

RGB 247 175 1 -
CMYK 0 0.29 1.00 0.03
HSL 42.44º 0.99% 0.49% -
HSV(B) 42.44º 1% 0.97% -
XYZ 53.69 50.44 6.93 -
YUV 176.69 28.85 178.15 -
System Red Green Blue C M Y K H S L
Decimal 247 175 1 0 0.29 1.00 0.03 42.44 0.99 0.49
Hex F7 AF 1 0 1D 64 3 2A 63 31
Octal 367 257 1 0 35 144 3 52 143 61
Binary 11110111 10101111 1 0 11101 1100100 11 101010 1100011 110001

Color Harmonies of #F7AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF01

Black with #F7AF01

Text Example


Text Example

White with #F7AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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