Html Css Color HEX #F1A805 Orange

📋 copy color: '#F1A805'

red 241 ◦ green 168 ◦ blue 5

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

Shades of Orange #F1A805

Tints of Orange #F1A805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 58.21%
G = 40.58%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1A805 (or 0xF1A805) is known color: Orange. HEX triplet: F1, A8 and 05. RGB value is (241,168,5). Sum of RGB (Red+Green+Blue) = 241+168+5=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A805 is #0E57FA. Grayscale: #ABABAB. Windows color (decimal): -940027 or 370929. OLE color: 370929.

HSL color Cylindrical-coordinate representation of color #F1A805: hue angle of 41.44º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1A805 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 5 -
CMYK 0 0.30 0.98 0.05
HSL 41.44º 0.96% 0.48% -
HSV(B) 41.44º 0.98% 0.95% -
XYZ 50.31 46.72 6.51 -
YUV 171.25 34.18 177.75 -
System Red Green Blue C M Y K H S L
Decimal 241 168 5 0 0.30 0.98 0.05 41.44 0.96 0.48
Hex F1 A8 5 0 1E 62 5 29 60 30
Octal 361 250 5 0 36 142 5 51 140 60
Binary 11110001 10101000 101 0 11110 1100010 101 101001 1100000 110000

Color Harmonies of #F1A805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A805

Black with #F1A805

Text Example


Text Example

White with #F1A805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A805; }

 p { color: rgb(241,168,5); }

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

background-color css

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

 a { background-color: rgb(241,168,5); }

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

border-color css

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

 span { border-color: rgb(241,168,5); }

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