Html Css Color HEX #FD6200 Safety Orange

📋 copy color: '#FD6200'

red 253 ◦ green 98 ◦ blue 0

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

Shades of Safety Orange #FD6200

Tints of Safety Orange #FD6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

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

R = 72.08%
G = 27.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD6200 (or 0xFD6200) is known color: Safety Orange. HEX triplet: FD, 62 and 00. RGB value is (253,98,0). Sum of RGB (Red+Green+Blue) = 253+98+0=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6200 is #029DFF. Grayscale: #858585. Windows color (decimal): -171520 or 25341. OLE color: 25341.

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

Color convert

RGB 253 98 0 -
CMYK 0 0.61 1 0.01
HSL 23.24º 1% 0.5% -
HSV(B) 23.24º 1% 0.99% -
XYZ 44.88 29.62 3.35 -
YUV 133.17 52.85 213.47 -
System Red Green Blue C M Y K H S L
Decimal 253 98 0 0 0.61 1 0.01 23.24 1 0.5
Hex FD 62 0 0 3D 64 1 17 64 32
Octal 375 142 0 0 75 144 1 27 144 62
Binary 11111101 1100010 0 0 111101 1100100 1 10111 1100100 110010

Color Harmonies of #FD6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6200

Black with #FD6200

Text Example


Text Example

White with #FD6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6200; }

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

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

background-color css

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

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

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

border-color css

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

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

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