Html Css Color HEX #F8A804 Orange

📋 copy color: '#F8A804'

red 248 ◦ green 168 ◦ blue 4

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

Shades of Orange #F8A804

Tints of Orange #F8A804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 59.05%
G = 40%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8A804 (or 0xF8A804) is known color: Orange. HEX triplet: F8, A8 and 04. RGB value is (248,168,4). Sum of RGB (Red+Green+Blue) = 248+168+4=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A804 is #0757FB. Grayscale: #ADADAD. Windows color (decimal): -481276 or 305400. OLE color: 305400.

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

Color convert

RGB 248 168 4 -
CMYK 0 0.32 0.98 0.03
HSL 40.33º 0.97% 0.49% -
HSV(B) 40.33º 0.98% 0.97% -
XYZ 52.74 47.97 6.59 -
YUV 173.22 32.5 181.34 -
System Red Green Blue C M Y K H S L
Decimal 248 168 4 0 0.32 0.98 0.03 40.33 0.97 0.49
Hex F8 A8 4 0 20 62 3 28 61 31
Octal 370 250 4 0 40 142 3 50 141 61
Binary 11111000 10101000 100 0 100000 1100010 11 101000 1100001 110001

Color Harmonies of #F8A804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A804

Black with #F8A804

Text Example


Text Example

White with #F8A804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A804; }

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

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

background-color css

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

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

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

border-color css

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

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

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