Html Css Color HEX #FD7301 Safety Orange

📋 copy color: '#FD7301'

red 253 ◦ green 115 ◦ blue 1

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

Shades of Safety Orange #FD7301

Tints of Safety Orange #FD7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

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

R = 68.56%
G = 31.17%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD7301 (or 0xFD7301) is known color: Safety Orange. HEX triplet: FD, 73 and 01. RGB value is (253,115,1). Sum of RGB (Red+Green+Blue) = 253+115+1=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7301 is #028CFE. Grayscale: #8F8F8F. Windows color (decimal): -167167 or 95229. OLE color: 95229.

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

Color convert

RGB 253 115 1 -
CMYK 0 0.55 1.00 0.01
HSL 27.14º 0.99% 0.5% -
HSV(B) 27.14º 1% 0.99% -
XYZ 46.64 33.15 3.97 -
YUV 143.27 47.72 206.27 -
System Red Green Blue C M Y K H S L
Decimal 253 115 1 0 0.55 1.00 0.01 27.14 0.99 0.5
Hex FD 73 1 0 37 64 1 1B 63 32
Octal 375 163 1 0 67 144 1 33 143 62
Binary 11111101 1110011 1 0 110111 1100100 1 11011 1100011 110010

Color Harmonies of #FD7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7301

Black with #FD7301

Text Example


Text Example

White with #FD7301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7301; }

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

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

background-color css

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

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

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

border-color css

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

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

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