Html Css Color HEX #FD7100 Safety Orange

📋 copy color: '#FD7100'

red 253 ◦ green 113 ◦ blue 0

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

Shades of Safety Orange #FD7100

Tints of Safety Orange #FD7100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

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

R = 69.13%
G = 30.87%
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

#FD7100 (or 0xFD7100) is known color: Safety Orange. HEX triplet: FD, 71 and 00. RGB value is (253,113,0). Sum of RGB (Red+Green+Blue) = 253+113+0=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7100 is #028EFF. Grayscale: #8E8E8E. Windows color (decimal): -167680 or 29181. OLE color: 29181.

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

Color convert

RGB 253 113 0 -
CMYK 0 0.55 1 0.01
HSL 26.8º 1% 0.5% -
HSV(B) 26.8º 1% 0.99% -
XYZ 46.41 32.69 3.86 -
YUV 141.98 47.88 207.19 -
System Red Green Blue C M Y K H S L
Decimal 253 113 0 0 0.55 1 0.01 26.8 1 0.5
Hex FD 71 0 0 37 64 1 1B 64 32
Octal 375 161 0 0 67 144 1 33 144 62
Binary 11111101 1110001 0 0 110111 1100100 1 11011 1100100 110010

Color Harmonies of #FD7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7100

Black with #FD7100

Text Example


Text Example

White with #FD7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7100; }

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

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

background-color css

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

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

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

border-color css

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

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

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