Html Css Color HEX #FA6509 Safety Orange

📋 copy color: '#FA6509'

red 250 ◦ green 101 ◦ blue 9

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

Shades of Safety Orange #FA6509

Tints of Safety Orange #FA6509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 69.44%
G = 28.06%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA6509 (or 0xFA6509) is known color: Safety Orange. HEX triplet: FA, 65 and 09. RGB value is (250,101,9). Sum of RGB (Red+Green+Blue) = 250+101+9=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6509 is #059AF6. Grayscale: #878787. Windows color (decimal): -367351 or 615930. OLE color: 615930.

HSL color Cylindrical-coordinate representation of color #FA6509: hue angle of 22.9º 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 #FA6509 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 9 -
CMYK 0 0.60 0.96 0.02
HSL 22.9º 0.96% 0.51% -
HSV(B) 22.9º 0.96% 0.98% -
XYZ 44.13 29.65 3.66 -
YUV 135.06 56.86 209.98 -
System Red Green Blue C M Y K H S L
Decimal 250 101 9 0 0.60 0.96 0.02 22.9 0.96 0.51
Hex FA 65 9 0 3C 60 2 17 60 33
Octal 372 145 11 0 74 140 2 27 140 63
Binary 11111010 1100101 1001 0 111100 1100000 10 10111 1100000 110011

Color Harmonies of #FA6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6509

Black with #FA6509

Text Example


Text Example

White with #FA6509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6509; }

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

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

background-color css

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

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

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

border-color css

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

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

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