Html Css Color HEX #F8A301 Orange

📋 copy color: '#F8A301'

red 248 ◦ green 163 ◦ blue 1

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

Shades of Orange #F8A301

Tints of Orange #F8A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

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

R = 60.19%
G = 39.56%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F8A301 (or 0xF8A301) is known color: Orange. HEX triplet: F8, A3 and 01. RGB value is (248,163,1). Sum of RGB (Red+Green+Blue) = 248+163+1=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A301 is #075CFE. Grayscale: #AAAAAA. Windows color (decimal): -482559 or 107512. OLE color: 107512.

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

Color convert

RGB 248 163 1 -
CMYK 0 0.34 1.00 0.03
HSL 39.35º 0.99% 0.49% -
HSV(B) 39.35º 1% 0.97% -
XYZ 51.81 46.15 6.21 -
YUV 169.95 32.66 183.67 -
System Red Green Blue C M Y K H S L
Decimal 248 163 1 0 0.34 1.00 0.03 39.35 0.99 0.49
Hex F8 A3 1 0 22 64 3 27 63 31
Octal 370 243 1 0 42 144 3 47 143 61
Binary 11111000 10100011 1 0 100010 1100100 11 100111 1100011 110001

Color Harmonies of #F8A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A301

Black with #F8A301

Text Example


Text Example

White with #F8A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A301; }

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

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

background-color css

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

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

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

border-color css

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

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

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