Html Css Color HEX #FA6503 Safety Orange

📋 copy color: '#FA6503'

red 250 ◦ green 101 ◦ blue 3

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

Shades of Safety Orange #FA6503

Tints of Safety Orange #FA6503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 70.62%
G = 28.53%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA6503 (or 0xFA6503) is known color: Safety Orange. HEX triplet: FA, 65 and 03. RGB value is (250,101,3). Sum of RGB (Red+Green+Blue) = 250+101+3=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6503 is #059AFC. Grayscale: #868686. Windows color (decimal): -367357 or 222714. OLE color: 222714.

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

Color convert

RGB 250 101 3 -
CMYK 0 0.60 0.99 0.02
HSL 23.81º 0.98% 0.5% -
HSV(B) 23.81º 0.99% 0.98% -
XYZ 44.09 29.64 3.48 -
YUV 134.38 53.86 210.47 -
System Red Green Blue C M Y K H S L
Decimal 250 101 3 0 0.60 0.99 0.02 23.81 0.98 0.5
Hex FA 65 3 0 3C 63 2 18 62 32
Octal 372 145 3 0 74 143 2 30 142 62
Binary 11111010 1100101 11 0 111100 1100011 10 11000 1100010 110010

Color Harmonies of #FA6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6503

Black with #FA6503

Text Example


Text Example

White with #FA6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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