Html Css Color HEX #F8AB01 Orange

📋 copy color: '#F8AB01'

red 248 ◦ green 171 ◦ blue 1

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

Shades of Orange #F8AB01

Tints of Orange #F8AB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 59.05%
G = 40.71%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F8AB01 (or 0xF8AB01) is known color: Orange. HEX triplet: F8, AB and 01. RGB value is (248,171,1). Sum of RGB (Red+Green+Blue) = 248+171+1=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AB01 is #0754FE. Grayscale: #AFAFAF. Windows color (decimal): -480511 or 109560. OLE color: 109560.

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

Color convert

RGB 248 171 1 -
CMYK 0 0.31 1.00 0.03
HSL 41.3º 0.99% 0.49% -
HSV(B) 41.3º 1% 0.97% -
XYZ 53.28 49.08 6.69 -
YUV 174.64 30.01 180.32 -
System Red Green Blue C M Y K H S L
Decimal 248 171 1 0 0.31 1.00 0.03 41.3 0.99 0.49
Hex F8 AB 1 0 1F 64 3 29 63 31
Octal 370 253 1 0 37 144 3 51 143 61
Binary 11111000 10101011 1 0 11111 1100100 11 101001 1100011 110001

Color Harmonies of #F8AB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AB01

Black with #F8AB01

Text Example


Text Example

White with #F8AB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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