Html Css Color HEX #F1A520 Dark Tangerine

📋 copy color: '#F1A520'

red 241 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #F1A520

Tints of Dark Tangerine #F1A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 32 (12.89% from 255) = 7.31%

R = 55.02%
G = 37.67%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1A520 (or 0xF1A520) is known color: Dark Tangerine. HEX triplet: F1, A5 and 20. RGB value is (241,165,32). Sum of RGB (Red+Green+Blue) = 241+165+32=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A520 is #0E5ADF. Grayscale: #ADADAD. Windows color (decimal): -940768 or 2139633. OLE color: 2139633.

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

Color convert

RGB 241 165 32 -
CMYK 0 0.32 0.87 0.05
HSL 38.18º 0.88% 0.54% -
HSV(B) 38.18º 0.87% 0.95% -
XYZ 49.99 45.72 7.56 -
YUV 172.56 48.68 176.81 -
System Red Green Blue C M Y K H S L
Decimal 241 165 32 0 0.32 0.87 0.05 38.18 0.88 0.54
Hex F1 A5 20 0 20 57 5 26 58 36
Octal 361 245 40 0 40 127 5 46 130 66
Binary 11110001 10100101 100000 0 100000 1010111 101 100110 1011000 110110

Color Harmonies of #F1A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A520

Black with #F1A520

Text Example


Text Example

White with #F1A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A520; }

 p { color: rgb(241,165,32); }

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

background-color css

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

 a { background-color: rgb(241,165,32); }

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

border-color css

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

 span { border-color: rgb(241,165,32); }

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