Html Css Color HEX #FF6013 Safety Orange

📋 copy color: '#FF6013'

red 255 ◦ green 96 ◦ blue 19

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

Shades of Safety Orange #FF6013

Tints of Safety Orange #FF6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 68.92%
G = 25.95%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6013 (or 0xFF6013) is known color: Safety Orange. HEX triplet: FF, 60 and 13. RGB value is (255,96,19). Sum of RGB (Red+Green+Blue) = 255+96+19=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6013 is #009FEC. Grayscale: #878787. Windows color (decimal): -40941 or 1270015. OLE color: 1270015.

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

Color convert

RGB 255 96 19 -
CMYK 0 0.62 0.93 0
HSL 19.58º 1% 0.54% -
HSV(B) 19.58º 0.93% 1% -
XYZ 45.54 29.67 3.94 -
YUV 134.76 62.68 213.76 -
System Red Green Blue C M Y K H S L
Decimal 255 96 19 0 0.62 0.93 0 19.58 1 0.54
Hex FF 60 13 0 3E 5D 0 14 64 36
Octal 377 140 23 0 76 135 0 24 144 66
Binary 11111111 1100000 10011 0 111110 1011101 0 10100 1100100 110110

Color Harmonies of #FF6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6013

Black with #FF6013

Text Example


Text Example

White with #FF6013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6013; }

 p { color: rgb(255,96,19); }

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

background-color css

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

 a { background-color: rgb(255,96,19); }

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

border-color css

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

 span { border-color: rgb(255,96,19); }

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