Html Css Color HEX #FF6507 Safety Orange

📋 copy color: '#FF6507'

red 255 ◦ green 101 ◦ blue 7

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

Shades of Safety Orange #FF6507

Tints of Safety Orange #FF6507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 70.25%
G = 27.82%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF6507 (or 0xFF6507) is known color: Safety Orange. HEX triplet: FF, 65 and 07. RGB value is (255,101,7). Sum of RGB (Red+Green+Blue) = 255+101+7=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6507 is #009AF8. Grayscale: #888888. Windows color (decimal): -39673 or 484863. OLE color: 484863.

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

Color convert

RGB 255 101 7 -
CMYK 0 0.60 0.97 0
HSL 22.74º 1% 0.51% -
HSV(B) 22.74º 0.97% 1% -
XYZ 45.93 30.58 3.68 -
YUV 136.33 55.02 212.64 -
System Red Green Blue C M Y K H S L
Decimal 255 101 7 0 0.60 0.97 0 22.74 1 0.51
Hex FF 65 7 0 3C 61 0 17 64 33
Octal 377 145 7 0 74 141 0 27 144 63
Binary 11111111 1100101 111 0 111100 1100001 0 10111 1100100 110011

Color Harmonies of #FF6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6507

Black with #FF6507

Text Example


Text Example

White with #FF6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6507; }

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

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

background-color css

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

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

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

border-color css

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

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

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