Html Css Color HEX #F8AD04 Orange

📋 copy color: '#F8AD04'

red 248 ◦ green 173 ◦ blue 4

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

Shades of Orange #F8AD04

Tints of Orange #F8AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

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

R = 58.35%
G = 40.71%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8AD04 (or 0xF8AD04) is known color: Orange. HEX triplet: F8, AD and 04. RGB value is (248,173,4). Sum of RGB (Red+Green+Blue) = 248+173+4=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AD04 is #0752FB. Grayscale: #B0B0B0. Windows color (decimal): -479996 or 306680. OLE color: 306680.

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

Color convert

RGB 248 173 4 -
CMYK 0 0.30 0.98 0.03
HSL 41.56º 0.97% 0.49% -
HSV(B) 41.56º 0.98% 0.97% -
XYZ 53.68 49.85 6.91 -
YUV 176.16 30.85 179.24 -
System Red Green Blue C M Y K H S L
Decimal 248 173 4 0 0.30 0.98 0.03 41.56 0.97 0.49
Hex F8 AD 4 0 1E 62 3 2A 61 31
Octal 370 255 4 0 36 142 3 52 141 61
Binary 11111000 10101101 100 0 11110 1100010 11 101010 1100001 110001

Color Harmonies of #F8AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD04

Black with #F8AD04

Text Example


Text Example

White with #F8AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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