Html Css Color HEX #FA880B Dark Orange

📋 copy color: '#FA880B'

red 250 ◦ green 136 ◦ blue 11

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

Shades of Dark Orange #FA880B

Tints of Dark Orange #FA880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 62.97%
G = 34.26%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA880B (or 0xFA880B) is known color: Dark Orange. HEX triplet: FA, 88 and 0B. RGB value is (250,136,11). Sum of RGB (Red+Green+Blue) = 250+136+11=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA880B is #0577F4. Grayscale: #9C9C9C. Windows color (decimal): -358389 or 755962. OLE color: 755962.

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

Color convert

RGB 250 136 11 -
CMYK 0 0.46 0.96 0.02
HSL 31.38º 0.96% 0.51% -
HSV(B) 31.38º 0.96% 0.98% -
XYZ 48.29 37.96 5.1 -
YUV 155.84 46.27 195.16 -
System Red Green Blue C M Y K H S L
Decimal 250 136 11 0 0.46 0.96 0.02 31.38 0.96 0.51
Hex FA 88 B 0 2E 60 2 1F 60 33
Octal 372 210 13 0 56 140 2 37 140 63
Binary 11111010 10001000 1011 0 101110 1100000 10 11111 1100000 110011

Color Harmonies of #FA880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA880B

Black with #FA880B

Text Example


Text Example

White with #FA880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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