Html Css Color HEX #FA9701 Orange Peel

📋 copy color: '#FA9701'

red 250 ◦ green 151 ◦ blue 1

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

Shades of Orange Peel #FA9701

Tints of Orange Peel #FA9701

RGB

 RED value IS 250 (98.05% from 255) = 62.19%

 GREEN value IS 151 (59.38% from 255) = 37.56%

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

R = 62.19%
G = 37.56%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA9701 (or 0xFA9701) is known color: Orange Peel. HEX triplet: FA, 97 and 01. RGB value is (250,151,1). Sum of RGB (Red+Green+Blue) = 250+151+1=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9701 is #0568FE. Grayscale: #A4A4A4. Windows color (decimal): -354559 or 104442. OLE color: 104442.

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

Color convert

RGB 250 151 1 -
CMYK 0 0.40 1.00 0.02
HSL 36.14º 0.99% 0.49% -
HSV(B) 36.14º 1% 0.98% -
XYZ 50.5 42.46 5.56 -
YUV 163.5 36.3 189.7 -
System Red Green Blue C M Y K H S L
Decimal 250 151 1 0 0.40 1.00 0.02 36.14 0.99 0.49
Hex FA 97 1 0 28 64 2 24 63 31
Octal 372 227 1 0 50 144 2 44 143 61
Binary 11111010 10010111 1 0 101000 1100100 10 100100 1100011 110001

Color Harmonies of #FA9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9701

Black with #FA9701

Text Example


Text Example

White with #FA9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9701; }

 p { color: rgb(250,151,1); }

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

background-color css

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

 a { background-color: rgb(250,151,1); }

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

border-color css

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

 span { border-color: rgb(250,151,1); }

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