Html Css Color HEX #F8AC00 Orange

📋 copy color: '#F8AC00'

red 248 ◦ green 172 ◦ blue 0

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

Shades of Orange #F8AC00

Tints of Orange #F8AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 59.05%
G = 40.95%
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

#F8AC00 (or 0xF8AC00) is known color: Orange. HEX triplet: F8, AC and 00. RGB value is (248,172,0). Sum of RGB (Red+Green+Blue) = 248+172+0=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AC00 is #0753FF. Grayscale: #AFAFAF. Windows color (decimal): -480256 or 44280. OLE color: 44280.

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

Color convert

RGB 248 172 0 -
CMYK 0 0.31 1 0.03
HSL 41.61º 1% 0.49% -
HSV(B) 41.61º 1% 0.97% -
XYZ 53.46 49.46 6.73 -
YUV 175.12 29.18 179.99 -
System Red Green Blue C M Y K H S L
Decimal 248 172 0 0 0.31 1 0.03 41.61 1 0.49
Hex F8 AC 0 0 1F 64 3 2A 64 31
Octal 370 254 0 0 37 144 3 52 144 61
Binary 11111000 10101100 0 0 11111 1100100 11 101010 1100100 110001

Color Harmonies of #F8AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AC00

Black with #F8AC00

Text Example


Text Example

White with #F8AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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