Html Css Color HEX #F8AE00 Orange

📋 copy color: '#F8AE00'

red 248 ◦ green 174 ◦ blue 0

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

Shades of Orange #F8AE00

Tints of Orange #F8AE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

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

R = 58.77%
G = 41.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F8AE00 (or 0xF8AE00) is known color: Orange. HEX triplet: F8, AE and 00. RGB value is (248,174,0). Sum of RGB (Red+Green+Blue) = 248+174+0=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AE00 is #0751FF. Grayscale: #B1B1B1. Windows color (decimal): -479744 or 44792. OLE color: 44792.

HSL color Cylindrical-coordinate representation of color #F8AE00: hue angle of 42.1º 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 #F8AE00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 174 0 -
CMYK 0 0.30 1 0.03
HSL 42.1º 1% 0.49% -
HSV(B) 42.1º 1% 0.97% -
XYZ 53.85 50.23 6.86 -
YUV 176.29 28.52 179.15 -
System Red Green Blue C M Y K H S L
Decimal 248 174 0 0 0.30 1 0.03 42.1 1 0.49
Hex F8 AE 0 0 1E 64 3 2A 64 31
Octal 370 256 0 0 36 144 3 52 144 61
Binary 11111000 10101110 0 0 11110 1100100 11 101010 1100100 110001

Color Harmonies of #F8AE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AE00

Black with #F8AE00

Text Example


Text Example

White with #F8AE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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