Html Css Color HEX #F1B40F Dark Tangerine

📋 copy color: '#F1B40F'

red 241 ◦ green 180 ◦ blue 15

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

Shades of Dark Tangerine #F1B40F

Tints of Dark Tangerine #F1B40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 15 (6.25% from 255) = 3.44%

R = 55.28%
G = 41.28%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1B40F (or 0xF1B40F) is known color: Dark Tangerine. HEX triplet: F1, B4 and 0F. RGB value is (241,180,15). Sum of RGB (Red+Green+Blue) = 241+180+15=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B40F is #0E4BF0. Grayscale: #B4B4B4. Windows color (decimal): -936945 or 1029361. OLE color: 1029361.

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

Color convert

RGB 241 180 15 -
CMYK 0 0.25 0.94 0.05
HSL 43.81º 0.89% 0.5% -
HSV(B) 43.81º 0.94% 0.95% -
XYZ 52.68 51.38 7.59 -
YUV 179.43 35.21 171.92 -
System Red Green Blue C M Y K H S L
Decimal 241 180 15 0 0.25 0.94 0.05 43.81 0.89 0.5
Hex F1 B4 F 0 19 5E 5 2C 59 32
Octal 361 264 17 0 31 136 5 54 131 62
Binary 11110001 10110100 1111 0 11001 1011110 101 101100 1011001 110010

Color Harmonies of #F1B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B40F

Black with #F1B40F

Text Example


Text Example

White with #F1B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B40F; }

 p { color: rgb(241,180,15); }

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

background-color css

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

 a { background-color: rgb(241,180,15); }

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

border-color css

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

 span { border-color: rgb(241,180,15); }

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