Html Css Color HEX #F8AA00 Orange

📋 copy color: '#F8AA00'

red 248 ◦ green 170 ◦ blue 0

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

Shades of Orange #F8AA00

Tints of Orange #F8AA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.33%
G = 40.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8AA00 (or 0xF8AA00) is known color: Orange. HEX triplet: F8, AA and 00. RGB value is (248,170,0). Sum of RGB (Red+Green+Blue) = 248+170+0=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AA00 is #0755FF. Grayscale: #AEAEAE. Windows color (decimal): -480768 or 43768. OLE color: 43768.

HSL color Cylindrical-coordinate representation of color #F8AA00: hue angle of 41.13º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8AA00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 170 0 -
CMYK 0 0.31 1 0.03
HSL 41.13º 1% 0.49% -
HSV(B) 41.13º 1% 0.97% -
XYZ 53.09 48.71 6.6 -
YUV 173.94 29.84 180.82 -
System Red Green Blue C M Y K H S L
Decimal 248 170 0 0 0.31 1 0.03 41.13 1 0.49
Hex F8 AA 0 0 1F 64 3 29 64 31
Octal 370 252 0 0 37 144 3 51 144 61
Binary 11111000 10101010 0 0 11111 1100100 11 101001 1100100 110001

Color Harmonies of #F8AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AA00

Black with #F8AA00

Text Example


Text Example

White with #F8AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AA00; }

 p { color: rgb(248,170,0); }

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

background-color css

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

 a { background-color: rgb(248,170,0); }

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

border-color css

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

 span { border-color: rgb(248,170,0); }

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