Html Css Color HEX #FA920C Dark Orange

📋 copy color: '#FA920C'

red 250 ◦ green 146 ◦ blue 12

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

Shades of Dark Orange #FA920C

Tints of Dark Orange #FA920C

RGB

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

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

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

R = 61.27%
G = 35.78%
B = 2.94%

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

#FA920C (or 0xFA920C) is known color: Dark Orange. HEX triplet: FA, 92 and 0C. RGB value is (250,146,12). Sum of RGB (Red+Green+Blue) = 250+146+12=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA920C is #056DF3. Grayscale: #A2A2A2. Windows color (decimal): -355828 or 824058. OLE color: 824058.

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

Color convert

RGB 250 146 12 -
CMYK 0 0.42 0.95 0.02
HSL 33.78º 0.96% 0.51% -
HSV(B) 33.78º 0.95% 0.98% -
XYZ 49.77 40.91 5.62 -
YUV 161.82 43.46 190.9 -
System Red Green Blue C M Y K H S L
Decimal 250 146 12 0 0.42 0.95 0.02 33.78 0.96 0.51
Hex FA 92 C 0 2A 5F 2 22 60 33
Octal 372 222 14 0 52 137 2 42 140 63
Binary 11111010 10010010 1100 0 101010 1011111 10 100010 1100000 110011

Color Harmonies of #FA920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA920C

Black with #FA920C

Text Example


Text Example

White with #FA920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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