Html Css Color HEX #FD6301 Safety Orange

📋 copy color: '#FD6301'

red 253 ◦ green 99 ◦ blue 1

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

Shades of Safety Orange #FD6301

Tints of Safety Orange #FD6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 71.67%
G = 28.05%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD6301 (or 0xFD6301) is known color: Safety Orange. HEX triplet: FD, 63 and 01. RGB value is (253,99,1). Sum of RGB (Red+Green+Blue) = 253+99+1=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6301 is #029CFE. Grayscale: #868686. Windows color (decimal): -171263 or 91133. OLE color: 91133.

HSL color Cylindrical-coordinate representation of color #FD6301: hue angle of 23.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD6301 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 99 1 -
CMYK 0 0.61 1.00 0.01
HSL 23.33º 0.99% 0.5% -
HSV(B) 23.33º 1% 0.99% -
XYZ 44.98 29.81 3.41 -
YUV 133.87 53.02 212.97 -
System Red Green Blue C M Y K H S L
Decimal 253 99 1 0 0.61 1.00 0.01 23.33 0.99 0.5
Hex FD 63 1 0 3D 64 1 17 63 32
Octal 375 143 1 0 75 144 1 27 143 62
Binary 11111101 1100011 1 0 111101 1100100 1 10111 1100011 110010

Color Harmonies of #FD6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6301

Black with #FD6301

Text Example


Text Example

White with #FD6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6301; }

 p { color: rgb(253,99,1); }

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

background-color css

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

 a { background-color: rgb(253,99,1); }

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

border-color css

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

 span { border-color: rgb(253,99,1); }

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