Html Css Color HEX #FA5D12 Safety Orange

📋 copy color: '#FA5D12'

red 250 ◦ green 93 ◦ blue 18

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

Shades of Safety Orange #FA5D12

Tints of Safety Orange #FA5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

 BLUE value IS 18 (7.42% from 255) = 4.99%

R = 69.25%
G = 25.76%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA5D12 (or 0xFA5D12) is known color: Safety Orange. HEX triplet: FA, 5D and 12. RGB value is (250,93,18). Sum of RGB (Red+Green+Blue) = 250+93+18=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D12 is #05A2ED. Grayscale: #838383. Windows color (decimal): -369390 or 1203706. OLE color: 1203706.

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

Color convert

RGB 250 93 18 -
CMYK 0 0.63 0.93 0.02
HSL 19.4º 0.96% 0.53% -
HSV(B) 19.4º 0.93% 0.98% -
XYZ 43.45 28.2 3.72 -
YUV 131.39 64.01 212.6 -
System Red Green Blue C M Y K H S L
Decimal 250 93 18 0 0.63 0.93 0.02 19.4 0.96 0.53
Hex FA 5D 12 0 3F 5D 2 13 60 35
Octal 372 135 22 0 77 135 2 23 140 65
Binary 11111010 1011101 10010 0 111111 1011101 10 10011 1100000 110101

Color Harmonies of #FA5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D12

Black with #FA5D12

Text Example


Text Example

White with #FA5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D12; }

 p { color: rgb(250,93,18); }

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

background-color css

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

 a { background-color: rgb(250,93,18); }

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

border-color css

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

 span { border-color: rgb(250,93,18); }

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