Html Css Color HEX #FF6E0B Safety Orange

📋 copy color: '#FF6E0B'

red 255 ◦ green 110 ◦ blue 11

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

Shades of Safety Orange #FF6E0B

Tints of Safety Orange #FF6E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 67.82%
G = 29.26%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF6E0B (or 0xFF6E0B) is known color: Safety Orange. HEX triplet: FF, 6E and 0B. RGB value is (255,110,11). Sum of RGB (Red+Green+Blue) = 255+110+11=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E0B is #0091F4. Grayscale: #8E8E8E. Windows color (decimal): -37365 or 749311. OLE color: 749311.

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

Color convert

RGB 255 110 11 -
CMYK 0 0.57 0.96 0
HSL 24.34º 1% 0.52% -
HSV(B) 24.34º 0.96% 1% -
XYZ 46.88 32.44 4.11 -
YUV 142.07 54.04 208.55 -
System Red Green Blue C M Y K H S L
Decimal 255 110 11 0 0.57 0.96 0 24.34 1 0.52
Hex FF 6E B 0 39 60 0 18 64 34
Octal 377 156 13 0 71 140 0 30 144 64
Binary 11111111 1101110 1011 0 111001 1100000 0 11000 1100100 110100

Color Harmonies of #FF6E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E0B

Black with #FF6E0B

Text Example


Text Example

White with #FF6E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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