Html Css Color HEX #FF6410 Safety Orange

📋 copy color: '#FF6410'

red 255 ◦ green 100 ◦ blue 16

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

Shades of Safety Orange #FF6410

Tints of Safety Orange #FF6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 68.73%
G = 26.95%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6410 (or 0xFF6410) is known color: Safety Orange. HEX triplet: FF, 64 and 10. RGB value is (255,100,16). Sum of RGB (Red+Green+Blue) = 255+100+16=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6410 is #009BEF. Grayscale: #898989. Windows color (decimal): -39920 or 1074431. OLE color: 1074431.

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

Color convert

RGB 255 100 16 -
CMYK 0 0.61 0.94 0
HSL 21.09º 1% 0.53% -
HSV(B) 21.09º 0.94% 1% -
XYZ 45.89 30.41 3.94 -
YUV 136.77 59.85 212.33 -
System Red Green Blue C M Y K H S L
Decimal 255 100 16 0 0.61 0.94 0 21.09 1 0.53
Hex FF 64 10 0 3D 5E 0 15 64 35
Octal 377 144 20 0 75 136 0 25 144 65
Binary 11111111 1100100 10000 0 111101 1011110 0 10101 1100100 110101

Color Harmonies of #FF6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6410

Black with #FF6410

Text Example


Text Example

White with #FF6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6410; }

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

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

background-color css

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

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

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

border-color css

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

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

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