Html Css Color HEX #F1A400 Orange

📋 copy color: '#F1A400'

red 241 ◦ green 164 ◦ blue 0

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

Shades of Orange #F1A400

Tints of Orange #F1A400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.51%
G = 40.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1A400 (or 0xF1A400) is known color: Orange. HEX triplet: F1, A4 and 00. RGB value is (241,164,0). Sum of RGB (Red+Green+Blue) = 241+164+0=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A400 is #0E5BFF. Grayscale: #A9A9A9. Windows color (decimal): -941056 or 42225. OLE color: 42225.

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

Color convert

RGB 241 164 0 -
CMYK 0 0.32 1 0.05
HSL 40.83º 1% 0.47% -
HSV(B) 40.83º 1% 0.95% -
XYZ 49.55 45.25 6.12 -
YUV 168.33 33.01 179.84 -
System Red Green Blue C M Y K H S L
Decimal 241 164 0 0 0.32 1 0.05 40.83 1 0.47
Hex F1 A4 0 0 20 64 5 29 64 2F
Octal 361 244 0 0 40 144 5 51 144 57
Binary 11110001 10100100 0 0 100000 1100100 101 101001 1100100 101111

Color Harmonies of #F1A400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A400

Black with #F1A400

Text Example


Text Example

White with #F1A400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A400; }

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

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

background-color css

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

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

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

border-color css

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

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

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