Html Css Color HEX #FA880F Dark Orange

📋 copy color: '#FA880F'

red 250 ◦ green 136 ◦ blue 15

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

Shades of Dark Orange #FA880F

Tints of Dark Orange #FA880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 62.34%
G = 33.92%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA880F (or 0xFA880F) is known color: Dark Orange. HEX triplet: FA, 88 and 0F. RGB value is (250,136,15). Sum of RGB (Red+Green+Blue) = 250+136+15=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA880F is #0577F0. Grayscale: #9C9C9C. Windows color (decimal): -358385 or 1018106. OLE color: 1018106.

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

Color convert

RGB 250 136 15 -
CMYK 0 0.46 0.94 0.02
HSL 30.89º 0.96% 0.52% -
HSV(B) 30.89º 0.94% 0.98% -
XYZ 48.31 37.97 5.23 -
YUV 156.29 48.27 194.84 -
System Red Green Blue C M Y K H S L
Decimal 250 136 15 0 0.46 0.94 0.02 30.89 0.96 0.52
Hex FA 88 F 0 2E 5E 2 1F 60 34
Octal 372 210 17 0 56 136 2 37 140 64
Binary 11111010 10001000 1111 0 101110 1011110 10 11111 1100000 110100

Color Harmonies of #FA880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA880F

Black with #FA880F

Text Example


Text Example

White with #FA880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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