Html Css Color HEX #FF6F01 Safety Orange

📋 copy color: '#FF6F01'

red 255 ◦ green 111 ◦ blue 1

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

Shades of Safety Orange #FF6F01

Tints of Safety Orange #FF6F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

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

R = 69.48%
G = 30.25%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF6F01 (or 0xFF6F01) is known color: Safety Orange. HEX triplet: FF, 6F and 01. RGB value is (255,111,1). Sum of RGB (Red+Green+Blue) = 255+111+1=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F01 is #0090FE. Grayscale: #8E8E8E. Windows color (decimal): -37119 or 94207. OLE color: 94207.

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

Color convert

RGB 255 111 1 -
CMYK 0 0.56 1.00 0
HSL 25.98º 1% 0.5% -
HSV(B) 25.98º 1% 1% -
XYZ 46.93 32.63 3.85 -
YUV 141.52 48.71 208.94 -
System Red Green Blue C M Y K H S L
Decimal 255 111 1 0 0.56 1.00 0 25.98 1 0.5
Hex FF 6F 1 0 38 64 0 1A 64 32
Octal 377 157 1 0 70 144 0 32 144 62
Binary 11111111 1101111 1 0 111000 1100100 0 11010 1100100 110010

Color Harmonies of #FF6F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F01

Black with #FF6F01

Text Example


Text Example

White with #FF6F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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