Html Css Color HEX #FF6E07 Safety Orange

📋 copy color: '#FF6E07'

red 255 ◦ green 110 ◦ blue 7

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

Shades of Safety Orange #FF6E07

Tints of Safety Orange #FF6E07

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 68.55%
G = 29.57%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF6E07 (or 0xFF6E07) is known color: Safety Orange. HEX triplet: FF, 6E and 07. RGB value is (255,110,7). Sum of RGB (Red+Green+Blue) = 255+110+7=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E07 is #0091F8. Grayscale: #8E8E8E. Windows color (decimal): -37369 or 487167. OLE color: 487167.

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

Color convert

RGB 255 110 7 -
CMYK 0 0.57 0.97 0
HSL 24.92º 1% 0.51% -
HSV(B) 24.92º 0.97% 1% -
XYZ 46.85 32.43 3.99 -
YUV 141.61 52.04 208.88 -
System Red Green Blue C M Y K H S L
Decimal 255 110 7 0 0.57 0.97 0 24.92 1 0.51
Hex FF 6E 7 0 39 61 0 19 64 33
Octal 377 156 7 0 71 141 0 31 144 63
Binary 11111111 1101110 111 0 111001 1100001 0 11001 1100100 110011

Color Harmonies of #FF6E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E07

Black with #FF6E07

Text Example


Text Example

White with #FF6E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E07; }

 p { color: rgb(255,110,7); }

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

background-color css

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

 a { background-color: rgb(255,110,7); }

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

border-color css

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

 span { border-color: rgb(255,110,7); }

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