Html Css Color HEX #FA9002 Dark Orange

📋 copy color: '#FA9002'

red 250 ◦ green 144 ◦ blue 2

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

Shades of Dark Orange #FA9002

Tints of Dark Orange #FA9002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 63.13%
G = 36.36%
B = 0.51%

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

#FA9002 (or 0xFA9002) is known color: Dark Orange. HEX triplet: FA, 90 and 02. RGB value is (250,144,2). Sum of RGB (Red+Green+Blue) = 250+144+2=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9002 is #056FFD. Grayscale: #A0A0A0. Windows color (decimal): -356350 or 168186. OLE color: 168186.

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

Color convert

RGB 250 144 2 -
CMYK 0 0.42 0.99 0.02
HSL 34.35º 0.98% 0.49% -
HSV(B) 34.35º 0.99% 0.98% -
XYZ 49.41 40.27 5.23 -
YUV 159.51 39.12 192.55 -
System Red Green Blue C M Y K H S L
Decimal 250 144 2 0 0.42 0.99 0.02 34.35 0.98 0.49
Hex FA 90 2 0 2A 63 2 22 62 31
Octal 372 220 2 0 52 143 2 42 142 61
Binary 11111010 10010000 10 0 101010 1100011 10 100010 1100010 110001

Color Harmonies of #FA9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9002

Black with #FA9002

Text Example


Text Example

White with #FA9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9002; }

 p { color: rgb(250,144,2); }

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

background-color css

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

 a { background-color: rgb(250,144,2); }

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

border-color css

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

 span { border-color: rgb(250,144,2); }

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