Html Css Color HEX #F8A501 Orange

📋 copy color: '#F8A501'

red 248 ◦ green 165 ◦ blue 1

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

Shades of Orange #F8A501

Tints of Orange #F8A501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.86%

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

R = 59.9%
G = 39.86%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F8A501 (or 0xF8A501) is known color: Orange. HEX triplet: F8, A5 and 01. RGB value is (248,165,1). Sum of RGB (Red+Green+Blue) = 248+165+1=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A501 is #075AFE. Grayscale: #ABABAB. Windows color (decimal): -482047 or 108024. OLE color: 108024.

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

Color convert

RGB 248 165 1 -
CMYK 0 0.33 1.00 0.03
HSL 39.84º 0.99% 0.49% -
HSV(B) 39.84º 1% 0.97% -
XYZ 52.17 46.87 6.33 -
YUV 171.12 32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 248 165 1 0 0.33 1.00 0.03 39.84 0.99 0.49
Hex F8 A5 1 0 21 64 3 28 63 31
Octal 370 245 1 0 41 144 3 50 143 61
Binary 11111000 10100101 1 0 100001 1100100 11 101000 1100011 110001

Color Harmonies of #F8A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A501

Black with #F8A501

Text Example


Text Example

White with #F8A501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A501; }

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

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

background-color css

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

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

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

border-color css

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

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

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