Html Css Color HEX #F7A401 Orange

📋 copy color: '#F7A401'

red 247 ◦ green 164 ◦ blue 1

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

Shades of Orange #F7A401

Tints of Orange #F7A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

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

R = 59.95%
G = 39.81%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F7A401 (or 0xF7A401) is known color: Orange. HEX triplet: F7, A4 and 01. RGB value is (247,164,1). Sum of RGB (Red+Green+Blue) = 247+164+1=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A401 is #085BFE. Grayscale: #AAAAAA. Windows color (decimal): -547839 or 107767. OLE color: 107767.

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

Color convert

RGB 247 164 1 -
CMYK 0 0.34 1.00 0.03
HSL 39.76º 0.99% 0.49% -
HSV(B) 39.76º 1% 0.97% -
XYZ 51.64 46.33 6.25 -
YUV 170.24 32.5 182.75 -
System Red Green Blue C M Y K H S L
Decimal 247 164 1 0 0.34 1.00 0.03 39.76 0.99 0.49
Hex F7 A4 1 0 22 64 3 28 63 31
Octal 367 244 1 0 42 144 3 50 143 61
Binary 11110111 10100100 1 0 100010 1100100 11 101000 1100011 110001

Color Harmonies of #F7A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A401

Black with #F7A401

Text Example


Text Example

White with #F7A401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A401; }

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

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

background-color css

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

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

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

border-color css

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

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

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