Html Css Color HEX #FD6100 Safety Orange

📋 copy color: '#FD6100'

red 253 ◦ green 97 ◦ blue 0

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

Shades of Safety Orange #FD6100

Tints of Safety Orange #FD6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 72.29%
G = 27.71%
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

#FD6100 (or 0xFD6100) is known color: Safety Orange. HEX triplet: FD, 61 and 00. RGB value is (253,97,0). Sum of RGB (Red+Green+Blue) = 253+97+0=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6100 is #029EFF. Grayscale: #858585. Windows color (decimal): -171776 or 25085. OLE color: 25085.

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

Color convert

RGB 253 97 0 -
CMYK 0 0.62 1 0.01
HSL 23º 1% 0.5% -
HSV(B) 23º 1% 0.99% -
XYZ 44.78 29.43 3.32 -
YUV 132.59 53.18 213.89 -
System Red Green Blue C M Y K H S L
Decimal 253 97 0 0 0.62 1 0.01 23 1 0.5
Hex FD 61 0 0 3E 64 1 17 64 32
Octal 375 141 0 0 76 144 1 27 144 62
Binary 11111101 1100001 0 0 111110 1100100 1 10111 1100100 110010

Color Harmonies of #FD6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6100

Black with #FD6100

Text Example


Text Example

White with #FD6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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