#FF6D0A

Color #FF6D0A Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #FF6D0A

Tints of Safety Orange #FF6D0A

Color information

#FF6D0A (or 0xFF6D0A) is unknown color: approx Safety Orange. HEX triplet: FF, 6D and 0A. RGB value is (255,109,10). Sum of RGB (Red+Green+Blue) = 255+109+10=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D0A is #0092F5. Grayscale: #8D8D8D. Windows color (decimal): -37622 or 683519. OLE color: 683519.

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

Color convert

RGB25510910-
CMYK00.570.960
HSL24.24º100%51.96%-
HSV(B)24.24º96.08%100%-
XYZ46.7632.224.04-
YUV141.3753.87209.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.18%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=68.18%
G=29.14%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551091000.570.96024.2410051.96
HexFF6DA039600186434
Octal3771551207114003014464
Binary1111111111011011010011100111000000110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6D0A; }

 p { color: rgb(255,109,10); }

 H1.HeaderClassName
 {
   color: #FF6D0A;
 }
 .AnyTagClassName
 {
   color: #FF6D0A;
 }
</style>
background-color css

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

 a { background-color: rgb(255,109,10); }

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

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

 span { border-color: rgb(255,109,10); }

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