Html Css Color HEX #FA5B09 Safety Orange

📋 copy color: '#FA5B09'

red 250 ◦ green 91 ◦ blue 9

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

Shades of Safety Orange #FA5B09

Tints of Safety Orange #FA5B09

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

 BLUE value IS 9 (3.91% from 255) = 2.57%

R = 71.43%
G = 26%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA5B09 (or 0xFA5B09) is known color: Safety Orange. HEX triplet: FA, 5B and 09. RGB value is (250,91,9). Sum of RGB (Red+Green+Blue) = 250+91+9=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5B09 is #05A4F6. Grayscale: #818181. Windows color (decimal): -369911 or 613370. OLE color: 613370.

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

Color convert

RGB 250 91 9 -
CMYK 0 0.64 0.96 0.02
HSL 20.41º 0.96% 0.51% -
HSV(B) 20.41º 0.96% 0.98% -
XYZ 43.21 27.83 3.35 -
YUV 129.19 60.18 214.17 -
System Red Green Blue C M Y K H S L
Decimal 250 91 9 0 0.64 0.96 0.02 20.41 0.96 0.51
Hex FA 5B 9 0 40 60 2 14 60 33
Octal 372 133 11 0 100 140 2 24 140 63
Binary 11111010 1011011 1001 0 1000000 1100000 10 10100 1100000 110011

Color Harmonies of #FA5B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5B09

Black with #FA5B09

Text Example


Text Example

White with #FA5B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5B09; }

 p { color: rgb(250,91,9); }

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

background-color css

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

 a { background-color: rgb(250,91,9); }

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

border-color css

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

 span { border-color: rgb(250,91,9); }

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