Html Css Color HEX #FF5F10 Safety Orange

📋 copy color: '#FF5F10'

red 255 ◦ green 95 ◦ blue 16

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

Shades of Safety Orange #FF5F10

Tints of Safety Orange #FF5F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

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

R = 69.67%
G = 25.96%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF5F10 (or 0xFF5F10) is known color: Safety Orange. HEX triplet: FF, 5F and 10. RGB value is (255,95,16). Sum of RGB (Red+Green+Blue) = 255+95+16=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F10 is #00A0EF. Grayscale: #868686. Windows color (decimal): -41200 or 1073151. OLE color: 1073151.

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

Color convert

RGB 255 95 16 -
CMYK 0 0.63 0.94 0
HSL 19.83º 1% 0.53% -
HSV(B) 19.83º 0.94% 1% -
XYZ 45.43 29.48 3.79 -
YUV 133.83 61.51 214.42 -
System Red Green Blue C M Y K H S L
Decimal 255 95 16 0 0.63 0.94 0 19.83 1 0.53
Hex FF 5F 10 0 3F 5E 0 14 64 35
Octal 377 137 20 0 77 136 0 24 144 65
Binary 11111111 1011111 10000 0 111111 1011110 0 10100 1100100 110101

Color Harmonies of #FF5F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F10

Black with #FF5F10

Text Example


Text Example

White with #FF5F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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