Html Css Color HEX #FA880E Dark Orange

📋 copy color: '#FA880E'

red 250 ◦ green 136 ◦ blue 14

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

Shades of Dark Orange #FA880E

Tints of Dark Orange #FA880E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 62.5%
G = 34%
B = 3.5%

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

#FA880E (or 0xFA880E) is known color: Dark Orange. HEX triplet: FA, 88 and 0E. RGB value is (250,136,14). Sum of RGB (Red+Green+Blue) = 250+136+14=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA880E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA880E is #0577F1. Grayscale: #9C9C9C. Windows color (decimal): -358386 or 952570. OLE color: 952570.

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

Color convert

RGB 250 136 14 -
CMYK 0 0.46 0.94 0.02
HSL 31.02º 0.96% 0.52% -
HSV(B) 31.02º 0.94% 0.98% -
XYZ 48.31 37.96 5.2 -
YUV 156.18 47.77 194.92 -
System Red Green Blue C M Y K H S L
Decimal 250 136 14 0 0.46 0.94 0.02 31.02 0.96 0.52
Hex FA 88 E 0 2E 5E 2 1F 60 34
Octal 372 210 16 0 56 136 2 37 140 64
Binary 11111010 10001000 1110 0 101110 1011110 10 11111 1100000 110100

Color Harmonies of #FA880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA880E

Black with #FA880E

Text Example


Text Example

White with #FA880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA880E; }

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

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

background-color css

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

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

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

border-color css

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

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

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