Html Css Color HEX #FD6510 Safety Orange

📋 copy color: '#FD6510'

red 253 ◦ green 101 ◦ blue 16

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

Shades of Safety Orange #FD6510

Tints of Safety Orange #FD6510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 68.38%
G = 27.3%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD6510 (or 0xFD6510) is known color: Safety Orange. HEX triplet: FD, 65 and 10. RGB value is (253,101,16). Sum of RGB (Red+Green+Blue) = 253+101+16=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6510 is #029AEF. Grayscale: #898989. Windows color (decimal): -170736 or 1074685. OLE color: 1074685.

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

Color convert

RGB 253 101 16 -
CMYK 0 0.60 0.94 0.01
HSL 21.52º 0.98% 0.53% -
HSV(B) 21.52º 0.94% 0.99% -
XYZ 45.26 30.23 3.94 -
YUV 136.76 59.86 210.91 -
System Red Green Blue C M Y K H S L
Decimal 253 101 16 0 0.60 0.94 0.01 21.52 0.98 0.53
Hex FD 65 10 0 3C 5E 1 16 62 35
Octal 375 145 20 0 74 136 1 26 142 65
Binary 11111101 1100101 10000 0 111100 1011110 1 10110 1100010 110101

Color Harmonies of #FD6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6510

Black with #FD6510

Text Example


Text Example

White with #FD6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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