Html Css Color HEX #F8AB04 Orange

📋 copy color: '#F8AB04'

red 248 ◦ green 171 ◦ blue 4

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

Shades of Orange #F8AB04

Tints of Orange #F8AB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 58.63%
G = 40.43%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8AB04 (or 0xF8AB04) is known color: Orange. HEX triplet: F8, AB and 04. RGB value is (248,171,4). Sum of RGB (Red+Green+Blue) = 248+171+4=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AB04 is #0754FB. Grayscale: #AFAFAF. Windows color (decimal): -480508 or 306168. OLE color: 306168.

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

Color convert

RGB 248 171 4 -
CMYK 0 0.31 0.98 0.03
HSL 41.07º 0.97% 0.49% -
HSV(B) 41.07º 0.98% 0.97% -
XYZ 53.3 49.09 6.78 -
YUV 174.99 31.51 180.08 -
System Red Green Blue C M Y K H S L
Decimal 248 171 4 0 0.31 0.98 0.03 41.07 0.97 0.49
Hex F8 AB 4 0 1F 62 3 29 61 31
Octal 370 253 4 0 37 142 3 51 141 61
Binary 11111000 10101011 100 0 11111 1100010 11 101001 1100001 110001

Color Harmonies of #F8AB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AB04

Black with #F8AB04

Text Example


Text Example

White with #F8AB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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