Html Css Color HEX #FD6000 Safety Orange

📋 copy color: '#FD6000'

red 253 ◦ green 96 ◦ blue 0

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

Shades of Safety Orange #FD6000

Tints of Safety Orange #FD6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 72.49%
G = 27.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD6000 (or 0xFD6000) is known color: Safety Orange. HEX triplet: FD, 60 and 00. RGB value is (253,96,0). Sum of RGB (Red+Green+Blue) = 253+96+0=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6000 is #029FFF. Grayscale: #848484. Windows color (decimal): -172032 or 24829. OLE color: 24829.

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

Color convert

RGB 253 96 0 -
CMYK 0 0.62 1 0.01
HSL 22.77º 1% 0.5% -
HSV(B) 22.77º 1% 0.99% -
XYZ 44.69 29.25 3.29 -
YUV 132 53.51 214.31 -
System Red Green Blue C M Y K H S L
Decimal 253 96 0 0 0.62 1 0.01 22.77 1 0.5
Hex FD 60 0 0 3E 64 1 17 64 32
Octal 375 140 0 0 76 144 1 27 144 62
Binary 11111101 1100000 0 0 111110 1100100 1 10111 1100100 110010

Color Harmonies of #FD6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6000

Black with #FD6000

Text Example


Text Example

White with #FD6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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