Html Css Color HEX #FA6411 Safety Orange

📋 copy color: '#FA6411'

red 250 ◦ green 100 ◦ blue 17

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

Shades of Safety Orange #FA6411

Tints of Safety Orange #FA6411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 17 (7.03% from 255) = 4.63%

R = 68.12%
G = 27.25%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA6411 (or 0xFA6411) is known color: Safety Orange. HEX triplet: FA, 64 and 11. RGB value is (250,100,17). Sum of RGB (Red+Green+Blue) = 250+100+17=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6411 is #059BEE. Grayscale: #878787. Windows color (decimal): -367599 or 1139962. OLE color: 1139962.

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

Color convert

RGB 250 100 17 -
CMYK 0 0.6 0.93 0.02
HSL 21.37º 0.96% 0.52% -
HSV(B) 21.37º 0.93% 0.98% -
XYZ 44.08 29.48 3.9 -
YUV 135.39 61.2 209.75 -
System Red Green Blue C M Y K H S L
Decimal 250 100 17 0 0.6 0.93 0.02 21.37 0.96 0.52
Hex FA 64 11 0 3C 5D 2 15 60 34
Octal 372 144 21 0 74 135 2 25 140 64
Binary 11111010 1100100 10001 0 111100 1011101 10 10101 1100000 110100

Color Harmonies of #FA6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6411

Black with #FA6411

Text Example


Text Example

White with #FA6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6411; }

 p { color: rgb(250,100,17); }

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

background-color css

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

 a { background-color: rgb(250,100,17); }

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

border-color css

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

 span { border-color: rgb(250,100,17); }

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