Html Css Color HEX #F1A515 Dark Tangerine

📋 copy color: '#F1A515'

red 241 ◦ green 165 ◦ blue 21

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

Shades of Dark Tangerine #F1A515

Tints of Dark Tangerine #F1A515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 56.44%
G = 38.64%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1A515 (or 0xF1A515) is known color: Dark Tangerine. HEX triplet: F1, A5 and 15. RGB value is (241,165,21). Sum of RGB (Red+Green+Blue) = 241+165+21=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A515 is #0E5AEA. Grayscale: #ABABAB. Windows color (decimal): -940779 or 1418737. OLE color: 1418737.

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

Color convert

RGB 241 165 21 -
CMYK 0 0.32 0.91 0.05
HSL 39.27º 0.89% 0.51% -
HSV(B) 39.27º 0.91% 0.95% -
XYZ 49.87 45.67 6.9 -
YUV 171.31 43.18 177.71 -
System Red Green Blue C M Y K H S L
Decimal 241 165 21 0 0.32 0.91 0.05 39.27 0.89 0.51
Hex F1 A5 15 0 20 5B 5 27 59 33
Octal 361 245 25 0 40 133 5 47 131 63
Binary 11110001 10100101 10101 0 100000 1011011 101 100111 1011001 110011

Color Harmonies of #F1A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A515

Black with #F1A515

Text Example


Text Example

White with #F1A515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A515; }

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

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

background-color css

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

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

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

border-color css

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

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

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