Html Css Color HEX #FF6701 Safety Orange

📋 copy color: '#FF6701'

red 255 ◦ green 103 ◦ blue 1

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

Shades of Safety Orange #FF6701

Tints of Safety Orange #FF6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 71.03%
G = 28.69%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF6701 (or 0xFF6701) is known color: Safety Orange. HEX triplet: FF, 67 and 01. RGB value is (255,103,1). Sum of RGB (Red+Green+Blue) = 255+103+1=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6701 is #0098FE. Grayscale: #898989. Windows color (decimal): -39167 or 92159. OLE color: 92159.

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

Color convert

RGB 255 103 1 -
CMYK 0 0.60 1.00 0
HSL 24.09º 1% 0.5% -
HSV(B) 24.09º 1% 1% -
XYZ 46.1 30.96 3.58 -
YUV 136.82 51.36 212.29 -
System Red Green Blue C M Y K H S L
Decimal 255 103 1 0 0.60 1.00 0 24.09 1 0.5
Hex FF 67 1 0 3C 64 0 18 64 32
Octal 377 147 1 0 74 144 0 30 144 62
Binary 11111111 1100111 1 0 111100 1100100 0 11000 1100100 110010

Color Harmonies of #FF6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6701

Black with #FF6701

Text Example


Text Example

White with #FF6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6701; }

 p { color: rgb(255,103,1); }

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

background-color css

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

 a { background-color: rgb(255,103,1); }

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

border-color css

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

 span { border-color: rgb(255,103,1); }

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