Html Css Color HEX #FA7205 Safety Orange

📋 copy color: '#FA7205'

red 250 ◦ green 114 ◦ blue 5

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

Shades of Safety Orange #FA7205

Tints of Safety Orange #FA7205

RGB

 RED value IS 250 (98.05% from 255) = 67.75%

 GREEN value IS 114 (44.92% from 255) = 30.89%

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

R = 67.75%
G = 30.89%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA7205 (or 0xFA7205) is known color: Safety Orange. HEX triplet: FA, 72 and 05. RGB value is (250,114,5). Sum of RGB (Red+Green+Blue) = 250+114+5=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7205 is #058DFA. Grayscale: #8E8E8E. Windows color (decimal): -364027 or 357114. OLE color: 357114.

HSL color Cylindrical-coordinate representation of color #FA7205: hue angle of 26.69º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA7205 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 114 5 -
CMYK 0 0.54 0.98 0.02
HSL 26.69º 0.96% 0.5% -
HSV(B) 26.69º 0.98% 0.98% -
XYZ 45.47 32.37 4 -
YUV 142.24 50.56 204.86 -
System Red Green Blue C M Y K H S L
Decimal 250 114 5 0 0.54 0.98 0.02 26.69 0.96 0.5
Hex FA 72 5 0 36 62 2 1B 60 32
Octal 372 162 5 0 66 142 2 33 140 62
Binary 11111010 1110010 101 0 110110 1100010 10 11011 1100000 110010

Color Harmonies of #FA7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7205

Black with #FA7205

Text Example


Text Example

White with #FA7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7205; }

 p { color: rgb(250,114,5); }

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

background-color css

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

 a { background-color: rgb(250,114,5); }

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

border-color css

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

 span { border-color: rgb(250,114,5); }

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