Html Css Color HEX #FD6511 Safety Orange

📋 copy color: '#FD6511'

red 253 ◦ green 101 ◦ blue 17

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

Shades of Safety Orange #FD6511

Tints of Safety Orange #FD6511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 68.19%
G = 27.22%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD6511 (or 0xFD6511) is known color: Safety Orange. HEX triplet: FD, 65 and 11. RGB value is (253,101,17). Sum of RGB (Red+Green+Blue) = 253+101+17=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6511 is #029AEE. Grayscale: #898989. Windows color (decimal): -170735 or 1140221. OLE color: 1140221.

HSL color Cylindrical-coordinate representation of color #FD6511: hue angle of 21.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD6511 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 17 -
CMYK 0 0.60 0.93 0.01
HSL 21.36º 0.98% 0.53% -
HSV(B) 21.36º 0.93% 0.99% -
XYZ 45.26 30.23 3.98 -
YUV 136.87 60.36 210.83 -
System Red Green Blue C M Y K H S L
Decimal 253 101 17 0 0.60 0.93 0.01 21.36 0.98 0.53
Hex FD 65 11 0 3C 5D 1 15 62 35
Octal 375 145 21 0 74 135 1 25 142 65
Binary 11111101 1100101 10001 0 111100 1011101 1 10101 1100010 110101

Color Harmonies of #FD6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6511

Black with #FD6511

Text Example


Text Example

White with #FD6511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6511; }

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

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

background-color css

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

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

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

border-color css

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

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

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