Html Css Color HEX #FD7701 Safety Orange

📋 copy color: '#FD7701'

red 253 ◦ green 119 ◦ blue 1

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

Shades of Safety Orange #FD7701

Tints of Safety Orange #FD7701

RGB

 RED value IS 253 (99.22% from 255) = 67.83%

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 67.83%
G = 31.9%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD7701 (or 0xFD7701) is known color: Safety Orange. HEX triplet: FD, 77 and 01. RGB value is (253,119,1). Sum of RGB (Red+Green+Blue) = 253+119+1=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7701 is #0288FE. Grayscale: #929292. Windows color (decimal): -166143 or 96253. OLE color: 96253.

HSL color Cylindrical-coordinate representation of color #FD7701: hue angle of 28.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD7701 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 119 1 -
CMYK 0 0.53 1.00 0.01
HSL 28.1º 0.99% 0.5% -
HSV(B) 28.1º 1% 0.99% -
XYZ 47.11 34.08 4.12 -
YUV 145.61 46.39 204.59 -
System Red Green Blue C M Y K H S L
Decimal 253 119 1 0 0.53 1.00 0.01 28.1 0.99 0.5
Hex FD 77 1 0 35 64 1 1C 63 32
Octal 375 167 1 0 65 144 1 34 143 62
Binary 11111101 1110111 1 0 110101 1100100 1 11100 1100011 110010

Color Harmonies of #FD7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7701

Black with #FD7701

Text Example


Text Example

White with #FD7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7701; }

 p { color: rgb(253,119,1); }

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

background-color css

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

 a { background-color: rgb(253,119,1); }

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

border-color css

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

 span { border-color: rgb(253,119,1); }

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