Html Css Color HEX #FF7405 Safety Orange

📋 copy color: '#FF7405'

red 255 ◦ green 116 ◦ blue 5

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

Shades of Safety Orange #FF7405

Tints of Safety Orange #FF7405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 67.82%
G = 30.85%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF7405 (or 0xFF7405) is known color: Safety Orange. HEX triplet: FF, 74 and 05. RGB value is (255,116,5). Sum of RGB (Red+Green+Blue) = 255+116+5=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7405 is #008BFA. Grayscale: #919191. Windows color (decimal): -35835 or 357631. OLE color: 357631.

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

Color convert

RGB 255 116 5 -
CMYK 0 0.55 0.98 0
HSL 26.64º 1% 0.51% -
HSV(B) 26.64º 0.98% 1% -
XYZ 47.51 33.76 4.16 -
YUV 144.91 49.05 206.53 -
System Red Green Blue C M Y K H S L
Decimal 255 116 5 0 0.55 0.98 0 26.64 1 0.51
Hex FF 74 5 0 37 62 0 1B 64 33
Octal 377 164 5 0 67 142 0 33 144 63
Binary 11111111 1110100 101 0 110111 1100010 0 11011 1100100 110011

Color Harmonies of #FF7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7405

Black with #FF7405

Text Example


Text Example

White with #FF7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7405; }

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

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

background-color css

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

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

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

border-color css

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

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

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