Html Css Color HEX #FA9203 Dark Orange

📋 copy color: '#FA9203'

red 250 ◦ green 146 ◦ blue 3

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

Shades of Dark Orange #FA9203

Tints of Dark Orange #FA9203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

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

R = 62.66%
G = 36.59%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA9203 (or 0xFA9203) is known color: Dark Orange. HEX triplet: FA, 92 and 03. RGB value is (250,146,3). Sum of RGB (Red+Green+Blue) = 250+146+3=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9203 is #056DFC. Grayscale: #A1A1A1. Windows color (decimal): -355837 or 234234. OLE color: 234234.

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

Color convert

RGB 250 146 3 -
CMYK 0 0.42 0.99 0.02
HSL 34.74º 0.98% 0.5% -
HSV(B) 34.74º 0.99% 0.98% -
XYZ 49.72 40.89 5.36 -
YUV 160.79 38.96 191.63 -
System Red Green Blue C M Y K H S L
Decimal 250 146 3 0 0.42 0.99 0.02 34.74 0.98 0.5
Hex FA 92 3 0 2A 63 2 23 62 32
Octal 372 222 3 0 52 143 2 43 142 62
Binary 11111010 10010010 11 0 101010 1100011 10 100011 1100010 110010

Color Harmonies of #FA9203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9203

Black with #FA9203

Text Example


Text Example

White with #FA9203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9203; }

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

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

background-color css

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

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

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

border-color css

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

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

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