Html Css Color HEX #F8AB00 Orange

📋 copy color: '#F8AB00'

red 248 ◦ green 171 ◦ blue 0

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

Shades of Orange #F8AB00

Tints of Orange #F8AB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 59.19%
G = 40.81%
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

#F8AB00 (or 0xF8AB00) is known color: Orange. HEX triplet: F8, AB and 00. RGB value is (248,171,0). Sum of RGB (Red+Green+Blue) = 248+171+0=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AB00 is #0754FF. Grayscale: #AFAFAF. Windows color (decimal): -480512 or 44024. OLE color: 44024.

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

Color convert

RGB 248 171 0 -
CMYK 0 0.31 1 0.03
HSL 41.37º 1% 0.49% -
HSV(B) 41.37º 1% 0.97% -
XYZ 53.27 49.08 6.67 -
YUV 174.53 29.51 180.4 -
System Red Green Blue C M Y K H S L
Decimal 248 171 0 0 0.31 1 0.03 41.37 1 0.49
Hex F8 AB 0 0 1F 64 3 29 64 31
Octal 370 253 0 0 37 144 3 51 144 61
Binary 11111000 10101011 0 0 11111 1100100 11 101001 1100100 110001

Color Harmonies of #F8AB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AB00

Black with #F8AB00

Text Example


Text Example

White with #F8AB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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