Html Css Color HEX #FA910C Dark Orange

📋 copy color: '#FA910C'

red 250 ◦ green 145 ◦ blue 12

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

Shades of Dark Orange #FA910C

Tints of Dark Orange #FA910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 61.43%
G = 35.63%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA910C (or 0xFA910C) is known color: Dark Orange. HEX triplet: FA, 91 and 0C. RGB value is (250,145,12). Sum of RGB (Red+Green+Blue) = 250+145+12=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA910C is #056EF3. Grayscale: #A1A1A1. Windows color (decimal): -356084 or 823802. OLE color: 823802.

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

Color convert

RGB 250 145 12 -
CMYK 0 0.42 0.95 0.02
HSL 33.53º 0.96% 0.51% -
HSV(B) 33.53º 0.95% 0.98% -
XYZ 49.62 40.6 5.57 -
YUV 161.23 43.79 191.31 -
System Red Green Blue C M Y K H S L
Decimal 250 145 12 0 0.42 0.95 0.02 33.53 0.96 0.51
Hex FA 91 C 0 2A 5F 2 22 60 33
Octal 372 221 14 0 52 137 2 42 140 63
Binary 11111010 10010001 1100 0 101010 1011111 10 100010 1100000 110011

Color Harmonies of #FA910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA910C

Black with #FA910C

Text Example


Text Example

White with #FA910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA910C; }

 p { color: rgb(250,145,12); }

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

background-color css

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

 a { background-color: rgb(250,145,12); }

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

border-color css

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

 span { border-color: rgb(250,145,12); }

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