Html Css Color HEX #F1B10C Dark Tangerine

📋 copy color: '#F1B10C'

red 241 ◦ green 177 ◦ blue 12

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

Shades of Dark Tangerine #F1B10C

Tints of Dark Tangerine #F1B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 12 (5.08% from 255) = 2.79%

R = 56.05%
G = 41.16%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1B10C (or 0xF1B10C) is known color: Dark Tangerine. HEX triplet: F1, B1 and 0C. RGB value is (241,177,12). Sum of RGB (Red+Green+Blue) = 241+177+12=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1B10C is #0E4EF3. Grayscale: #B2B2B2. Windows color (decimal): -937716 or 831985. OLE color: 831985.

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

Color convert

RGB 241 177 12 -
CMYK 0 0.27 0.95 0.05
HSL 43.23º 0.91% 0.5% -
HSV(B) 43.23º 0.95% 0.95% -
XYZ 52.06 50.17 7.29 -
YUV 177.33 34.7 173.42 -
System Red Green Blue C M Y K H S L
Decimal 241 177 12 0 0.27 0.95 0.05 43.23 0.91 0.5
Hex F1 B1 C 0 1B 5F 5 2B 5B 32
Octal 361 261 14 0 33 137 5 53 133 62
Binary 11110001 10110001 1100 0 11011 1011111 101 101011 1011011 110010

Color Harmonies of #F1B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B10C

Black with #F1B10C

Text Example


Text Example

White with #F1B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B10C; }

 p { color: rgb(241,177,12); }

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

background-color css

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

 a { background-color: rgb(241,177,12); }

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

border-color css

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

 span { border-color: rgb(241,177,12); }

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