Html Css Color HEX #F1A301 Orange

📋 copy color: '#F1A301'

red 241 ◦ green 163 ◦ blue 1

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

Shades of Orange #F1A301

Tints of Orange #F1A301

RGB

 RED value IS 241 (94.53% from 255) = 59.51%

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

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

R = 59.51%
G = 40.25%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F1A301 (or 0xF1A301) is known color: Orange. HEX triplet: F1, A3 and 01. RGB value is (241,163,1). Sum of RGB (Red+Green+Blue) = 241+163+1=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A301 is #0E5CFE. Grayscale: #A8A8A8. Windows color (decimal): -941311 or 107505. OLE color: 107505.

HSL color Cylindrical-coordinate representation of color #F1A301: hue angle of 40.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1A301 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 163 1 -
CMYK 0 0.32 1.00 0.05
HSL 40.5º 0.99% 0.47% -
HSV(B) 40.5º 1% 0.95% -
XYZ 49.38 44.9 6.09 -
YUV 167.85 33.84 180.17 -
System Red Green Blue C M Y K H S L
Decimal 241 163 1 0 0.32 1.00 0.05 40.5 0.99 0.47
Hex F1 A3 1 0 20 64 5 28 63 2F
Octal 361 243 1 0 40 144 5 50 143 57
Binary 11110001 10100011 1 0 100000 1100100 101 101000 1100011 101111

Color Harmonies of #F1A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A301

Black with #F1A301

Text Example


Text Example

White with #F1A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A301; }

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

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

background-color css

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

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

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

border-color css

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

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

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