Html Css Color HEX #FF6510 Safety Orange

📋 copy color: '#FF6510'

red 255 ◦ green 101 ◦ blue 16

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

Shades of Safety Orange #FF6510

Tints of Safety Orange #FF6510

RGB

 RED value IS 255 (100% from 255) = 68.55%

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

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

R = 68.55%
G = 27.15%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6510 (or 0xFF6510) is known color: Safety Orange. HEX triplet: FF, 65 and 10. RGB value is (255,101,16). Sum of RGB (Red+Green+Blue) = 255+101+16=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6510 is #009AEF. Grayscale: #898989. Windows color (decimal): -39664 or 1074687. OLE color: 1074687.

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

Color convert

RGB 255 101 16 -
CMYK 0 0.60 0.94 0
HSL 21.34º 1% 0.53% -
HSV(B) 21.34º 0.94% 1% -
XYZ 45.99 30.6 3.97 -
YUV 137.36 59.52 211.91 -
System Red Green Blue C M Y K H S L
Decimal 255 101 16 0 0.60 0.94 0 21.34 1 0.53
Hex FF 65 10 0 3C 5E 0 15 64 35
Octal 377 145 20 0 74 136 0 25 144 65
Binary 11111111 1100101 10000 0 111100 1011110 0 10101 1100100 110101

Color Harmonies of #FF6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6510

Black with #FF6510

Text Example


Text Example

White with #FF6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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