Html Css Color HEX #FF6A0E Safety Orange

📋 copy color: '#FF6A0E'

red 255 ◦ green 106 ◦ blue 14

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

Shades of Safety Orange #FF6A0E

Tints of Safety Orange #FF6A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 68%
G = 28.27%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF6A0E (or 0xFF6A0E) is known color: Safety Orange. HEX triplet: FF, 6A and 0E. RGB value is (255,106,14). Sum of RGB (Red+Green+Blue) = 255+106+14=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A0E is #0095F1. Grayscale: #8C8C8C. Windows color (decimal): -38386 or 944895. OLE color: 944895.

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

Color convert

RGB 255 106 14 -
CMYK 0 0.58 0.95 0
HSL 22.9º 1% 0.53% -
HSV(B) 22.9º 0.95% 1% -
XYZ 46.47 31.6 4.07 -
YUV 140.06 56.86 209.98 -
System Red Green Blue C M Y K H S L
Decimal 255 106 14 0 0.58 0.95 0 22.9 1 0.53
Hex FF 6A E 0 3A 5F 0 17 64 35
Octal 377 152 16 0 72 137 0 27 144 65
Binary 11111111 1101010 1110 0 111010 1011111 0 10111 1100100 110101

Color Harmonies of #FF6A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A0E

Black with #FF6A0E

Text Example


Text Example

White with #FF6A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A0E; }

 p { color: rgb(255,106,14); }

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

background-color css

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

 a { background-color: rgb(255,106,14); }

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

border-color css

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

 span { border-color: rgb(255,106,14); }

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