Html Css Color HEX #FF6A05 Safety Orange

📋 copy color: '#FF6A05'

red 255 ◦ green 106 ◦ blue 5

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

Shades of Safety Orange #FF6A05

Tints of Safety Orange #FF6A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 69.67%
G = 28.96%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6A05 (or 0xFF6A05) is known color: Safety Orange. HEX triplet: FF, 6A and 05. RGB value is (255,106,5). Sum of RGB (Red+Green+Blue) = 255+106+5=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A05 is #0095FA. Grayscale: #8B8B8B. Windows color (decimal): -38395 or 355071. OLE color: 355071.

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

Color convert

RGB 255 106 5 -
CMYK 0 0.58 0.98 0
HSL 24.24º 1% 0.51% -
HSV(B) 24.24º 0.98% 1% -
XYZ 46.42 31.58 3.79 -
YUV 139.04 52.36 210.71 -
System Red Green Blue C M Y K H S L
Decimal 255 106 5 0 0.58 0.98 0 24.24 1 0.51
Hex FF 6A 5 0 3A 62 0 18 64 33
Octal 377 152 5 0 72 142 0 30 144 63
Binary 11111111 1101010 101 0 111010 1100010 0 11000 1100100 110011

Color Harmonies of #FF6A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A05

Black with #FF6A05

Text Example


Text Example

White with #FF6A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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