Html Css Color HEX #FA8F0F Dark Orange

📋 copy color: '#FA8F0F'

red 250 ◦ green 143 ◦ blue 15

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

Shades of Dark Orange #FA8F0F

Tints of Dark Orange #FA8F0F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 61.27%
G = 35.05%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA8F0F (or 0xFA8F0F) is known color: Dark Orange. HEX triplet: FA, 8F and 0F. RGB value is (250,143,15). Sum of RGB (Red+Green+Blue) = 250+143+15=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F0F is #0570F0. Grayscale: #A1A1A1. Windows color (decimal): -356593 or 1019898. OLE color: 1019898.

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

Color convert

RGB 250 143 15 -
CMYK 0 0.43 0.94 0.02
HSL 32.68º 0.96% 0.52% -
HSV(B) 32.68º 0.94% 0.98% -
XYZ 49.33 40 5.57 -
YUV 160.4 45.95 191.91 -
System Red Green Blue C M Y K H S L
Decimal 250 143 15 0 0.43 0.94 0.02 32.68 0.96 0.52
Hex FA 8F F 0 2B 5E 2 21 60 34
Octal 372 217 17 0 53 136 2 41 140 64
Binary 11111010 10001111 1111 0 101011 1011110 10 100001 1100000 110100

Color Harmonies of #FA8F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F0F

Black with #FA8F0F

Text Example


Text Example

White with #FA8F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F0F; }

 p { color: rgb(250,143,15); }

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

background-color css

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

 a { background-color: rgb(250,143,15); }

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

border-color css

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

 span { border-color: rgb(250,143,15); }

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