Html Css Color HEX #FF600F Safety Orange

📋 copy color: '#FF600F'

red 255 ◦ green 96 ◦ blue 15

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

Shades of Safety Orange #FF600F

Tints of Safety Orange #FF600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 69.67%
G = 26.23%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF600F (or 0xFF600F) is known color: Safety Orange. HEX triplet: FF, 60 and 0F. RGB value is (255,96,15). Sum of RGB (Red+Green+Blue) = 255+96+15=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF600F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF600F is #009FF0. Grayscale: #868686. Windows color (decimal): -40945 or 1007871. OLE color: 1007871.

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

Color convert

RGB 255 96 15 -
CMYK 0 0.62 0.94 0
HSL 20.25º 1% 0.53% -
HSV(B) 20.25º 0.94% 1% -
XYZ 45.51 29.66 3.78 -
YUV 134.31 60.68 214.09 -
System Red Green Blue C M Y K H S L
Decimal 255 96 15 0 0.62 0.94 0 20.25 1 0.53
Hex FF 60 F 0 3E 5E 0 14 64 35
Octal 377 140 17 0 76 136 0 24 144 65
Binary 11111111 1100000 1111 0 111110 1011110 0 10100 1100100 110101

Color Harmonies of #FF600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF600F

Black with #FF600F

Text Example


Text Example

White with #FF600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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