Html Css Color HEX #F1A401 Orange

📋 copy color: '#F1A401'

red 241 ◦ green 164 ◦ blue 1

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

Shades of Orange #F1A401

Tints of Orange #F1A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 59.36%
G = 40.39%
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

#F1A401 (or 0xF1A401) is known color: Orange. HEX triplet: F1, A4 and 01. RGB value is (241,164,1). Sum of RGB (Red+Green+Blue) = 241+164+1=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A401 is #0E5BFE. Grayscale: #A9A9A9. Windows color (decimal): -941055 or 107761. OLE color: 107761.

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

Color convert

RGB 241 164 1 -
CMYK 0 0.32 1.00 0.05
HSL 40.75º 0.99% 0.47% -
HSV(B) 40.75º 1% 0.95% -
XYZ 49.56 45.25 6.15 -
YUV 168.44 33.51 179.75 -
System Red Green Blue C M Y K H S L
Decimal 241 164 1 0 0.32 1.00 0.05 40.75 0.99 0.47
Hex F1 A4 1 0 20 64 5 29 63 2F
Octal 361 244 1 0 40 144 5 51 143 57
Binary 11110001 10100100 1 0 100000 1100100 101 101001 1100011 101111

Color Harmonies of #F1A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A401

Black with #F1A401

Text Example


Text Example

White with #F1A401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A401; }

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

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

background-color css

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

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

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

border-color css

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

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

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