Html Css Color HEX #FF600D Safety Orange

📋 copy color: '#FF600D'

red 255 ◦ green 96 ◦ blue 13

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

Shades of Safety Orange #FF600D

Tints of Safety Orange #FF600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.57%

R = 70.05%
G = 26.37%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF600D (or 0xFF600D) is known color: Safety Orange. HEX triplet: FF, 60 and 0D. RGB value is (255,96,13). Sum of RGB (Red+Green+Blue) = 255+96+13=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF600D is #009FF2. Grayscale: #868686. Windows color (decimal): -40947 or 876799. OLE color: 876799.

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

Color convert

RGB 255 96 13 -
CMYK 0 0.62 0.95 0
HSL 20.58º 1% 0.53% -
HSV(B) 20.58º 0.95% 1% -
XYZ 45.5 29.65 3.71 -
YUV 134.08 59.68 214.25 -
System Red Green Blue C M Y K H S L
Decimal 255 96 13 0 0.62 0.95 0 20.58 1 0.53
Hex FF 60 D 0 3E 5F 0 15 64 35
Octal 377 140 15 0 76 137 0 25 144 65
Binary 11111111 1100000 1101 0 111110 1011111 0 10101 1100100 110101

Color Harmonies of #FF600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF600D

Black with #FF600D

Text Example


Text Example

White with #FF600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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