Html Css Color HEX #FF6000 Safety Orange

📋 copy color: '#FF6000'

red 255 ◦ green 96 ◦ blue 0

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

Shades of Safety Orange #FF6000

Tints of Safety Orange #FF6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.65%
G = 27.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF6000 (or 0xFF6000) is known color: Safety Orange. HEX triplet: FF, 60 and 00. RGB value is (255,96,0). Sum of RGB (Red+Green+Blue) = 255+96+0=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6000 is #009FFF. Grayscale: #858585. Windows color (decimal): -40960 or 24831. OLE color: 24831.

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

Color convert

RGB 255 96 0 -
CMYK 0 0.62 1 0
HSL 22.59º 1% 0.5% -
HSV(B) 22.59º 1% 1% -
XYZ 45.42 29.63 3.32 -
YUV 132.6 53.18 215.31 -
System Red Green Blue C M Y K H S L
Decimal 255 96 0 0 0.62 1 0 22.59 1 0.5
Hex FF 60 0 0 3E 64 0 17 64 32
Octal 377 140 0 0 76 144 0 27 144 62
Binary 11111111 1100000 0 0 111110 1100100 0 10111 1100100 110010

Color Harmonies of #FF6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6000

Black with #FF6000

Text Example


Text Example

White with #FF6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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