Html Css Color HEX #FD6500 Safety Orange

📋 copy color: '#FD6500'

red 253 ◦ green 101 ◦ blue 0

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

Shades of Safety Orange #FD6500

Tints of Safety Orange #FD6500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

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

R = 71.47%
G = 28.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD6500 (or 0xFD6500) is known color: Safety Orange. HEX triplet: FD, 65 and 00. RGB value is (253,101,0). Sum of RGB (Red+Green+Blue) = 253+101+0=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6500 is #029AFF. Grayscale: #878787. Windows color (decimal): -170752 or 26109. OLE color: 26109.

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

Color convert

RGB 253 101 0 -
CMYK 0 0.60 1 0.01
HSL 23.95º 1% 0.5% -
HSV(B) 23.95º 1% 0.99% -
XYZ 45.16 30.19 3.45 -
YUV 134.93 51.86 212.21 -
System Red Green Blue C M Y K H S L
Decimal 253 101 0 0 0.60 1 0.01 23.95 1 0.5
Hex FD 65 0 0 3C 64 1 18 64 32
Octal 375 145 0 0 74 144 1 30 144 62
Binary 11111101 1100101 0 0 111100 1100100 1 11000 1100100 110010

Color Harmonies of #FD6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6500

Black with #FD6500

Text Example


Text Example

White with #FD6500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6500; }

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

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

background-color css

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

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

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

border-color css

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

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

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