Html Css Color HEX #FF6100 Safety Orange

📋 copy color: '#FF6100'

red 255 ◦ green 97 ◦ blue 0

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

Shades of Safety Orange #FF6100

Tints of Safety Orange #FF6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

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

R = 72.44%
G = 27.56%
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

#FF6100 (or 0xFF6100) is known color: Safety Orange. HEX triplet: FF, 61 and 00. RGB value is (255,97,0). Sum of RGB (Red+Green+Blue) = 255+97+0=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6100 is #009EFF. Grayscale: #858585. Windows color (decimal): -40704 or 25087. OLE color: 25087.

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

Color convert

RGB 255 97 0 -
CMYK 0 0.62 1 0
HSL 22.82º 1% 0.5% -
HSV(B) 22.82º 1% 1% -
XYZ 45.51 29.81 3.35 -
YUV 133.18 52.85 214.89 -
System Red Green Blue C M Y K H S L
Decimal 255 97 0 0 0.62 1 0 22.82 1 0.5
Hex FF 61 0 0 3E 64 0 17 64 32
Octal 377 141 0 0 76 144 0 27 144 62
Binary 11111111 1100001 0 0 111110 1100100 0 10111 1100100 110010

Color Harmonies of #FF6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6100

Black with #FF6100

Text Example


Text Example

White with #FF6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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