Html Css Color HEX #F1B315 Dark Tangerine

📋 copy color: '#F1B315'

red 241 ◦ green 179 ◦ blue 21

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

Shades of Dark Tangerine #F1B315

Tints of Dark Tangerine #F1B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

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

R = 54.65%
G = 40.59%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1B315 (or 0xF1B315) is known color: Dark Tangerine. HEX triplet: F1, B3 and 15. RGB value is (241,179,21). Sum of RGB (Red+Green+Blue) = 241+179+21=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B315 is #0E4CEA. Grayscale: #B4B4B4. Windows color (decimal): -937195 or 1422321. OLE color: 1422321.

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

Color convert

RGB 241 179 21 -
CMYK 0 0.26 0.91 0.05
HSL 43.09º 0.89% 0.51% -
HSV(B) 43.09º 0.91% 0.95% -
XYZ 52.53 51 7.78 -
YUV 179.53 38.54 171.85 -
System Red Green Blue C M Y K H S L
Decimal 241 179 21 0 0.26 0.91 0.05 43.09 0.89 0.51
Hex F1 B3 15 0 1A 5B 5 2B 59 33
Octal 361 263 25 0 32 133 5 53 131 63
Binary 11110001 10110011 10101 0 11010 1011011 101 101011 1011001 110011

Color Harmonies of #F1B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B315

Black with #F1B315

Text Example


Text Example

White with #F1B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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