Html Css Color HEX #F8900A Dark Orange

📋 copy color: '#F8900A'

red 248 ◦ green 144 ◦ blue 10

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

Shades of Dark Orange #F8900A

Tints of Dark Orange #F8900A

RGB

 RED value IS 248 (97.27% from 255) = 61.69%

 GREEN value IS 144 (56.64% from 255) = 35.82%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 61.69%
G = 35.82%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8900A (or 0xF8900A) is known color: Dark Orange. HEX triplet: F8, 90 and 0A. RGB value is (248,144,10). Sum of RGB (Red+Green+Blue) = 248+144+10=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F8900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8900A is #076FF5. Grayscale: #A0A0A0. Windows color (decimal): -487414 or 692472. OLE color: 692472.

HSL color Cylindrical-coordinate representation of color #F8900A: hue angle of 33.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8900A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 144 10 -
CMYK 0 0.42 0.96 0.03
HSL 33.78º 0.94% 0.51% -
HSV(B) 33.78º 0.96% 0.97% -
XYZ 48.74 39.92 5.42 -
YUV 159.82 43.46 190.9 -
System Red Green Blue C M Y K H S L
Decimal 248 144 10 0 0.42 0.96 0.03 33.78 0.94 0.51
Hex F8 90 A 0 2A 60 3 22 5E 33
Octal 370 220 12 0 52 140 3 42 136 63
Binary 11111000 10010000 1010 0 101010 1100000 11 100010 1011110 110011

Color Harmonies of #F8900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8900A

Black with #F8900A

Text Example


Text Example

White with #F8900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8900A; }

 p { color: rgb(248,144,10); }

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

background-color css

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

 a { background-color: rgb(248,144,10); }

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

border-color css

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

 span { border-color: rgb(248,144,10); }

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