Html Css Color HEX #FF6505 Safety Orange

📋 copy color: '#FF6505'

red 255 ◦ green 101 ◦ blue 5

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

Shades of Safety Orange #FF6505

Tints of Safety Orange #FF6505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 70.64%
G = 27.98%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6505 (or 0xFF6505) is known color: Safety Orange. HEX triplet: FF, 65 and 05. RGB value is (255,101,5). Sum of RGB (Red+Green+Blue) = 255+101+5=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6505 is #009AFA. Grayscale: #888888. Windows color (decimal): -39675 or 353791. OLE color: 353791.

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

Color convert

RGB 255 101 5 -
CMYK 0 0.60 0.98 0
HSL 23.04º 1% 0.51% -
HSV(B) 23.04º 0.98% 1% -
XYZ 45.92 30.58 3.63 -
YUV 136.1 54.02 212.81 -
System Red Green Blue C M Y K H S L
Decimal 255 101 5 0 0.60 0.98 0 23.04 1 0.51
Hex FF 65 5 0 3C 62 0 17 64 33
Octal 377 145 5 0 74 142 0 27 144 63
Binary 11111111 1100101 101 0 111100 1100010 0 10111 1100100 110011

Color Harmonies of #FF6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6505

Black with #FF6505

Text Example


Text Example

White with #FF6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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