Html Css Color HEX #FD7300 Safety Orange

📋 copy color: '#FD7300'

red 253 ◦ green 115 ◦ blue 0

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

Shades of Safety Orange #FD7300

Tints of Safety Orange #FD7300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.75%
G = 31.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD7300 (or 0xFD7300) is known color: Safety Orange. HEX triplet: FD, 73 and 00. RGB value is (253,115,0). Sum of RGB (Red+Green+Blue) = 253+115+0=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7300 is #028CFF. Grayscale: #8F8F8F. Windows color (decimal): -167168 or 29693. OLE color: 29693.

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

Color convert

RGB 253 115 0 -
CMYK 0 0.55 1 0.01
HSL 27.27º 1% 0.5% -
HSV(B) 27.27º 1% 0.99% -
XYZ 46.64 33.14 3.94 -
YUV 143.15 47.22 206.35 -
System Red Green Blue C M Y K H S L
Decimal 253 115 0 0 0.55 1 0.01 27.27 1 0.5
Hex FD 73 0 0 37 64 1 1B 64 32
Octal 375 163 0 0 67 144 1 33 144 62
Binary 11111101 1110011 0 0 110111 1100100 1 11011 1100100 110010

Color Harmonies of #FD7300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7300

Black with #FD7300

Text Example


Text Example

White with #FD7300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7300; }

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

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

background-color css

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

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

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

border-color css

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

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

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