Html Css Color HEX #F1A81C Dark Tangerine

📋 copy color: '#F1A81C'

red 241 ◦ green 168 ◦ blue 28

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

Shades of Dark Tangerine #F1A81C

Tints of Dark Tangerine #F1A81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 55.15%
G = 38.44%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1A81C (or 0xF1A81C) is known color: Dark Tangerine. HEX triplet: F1, A8 and 1C. RGB value is (241,168,28). Sum of RGB (Red+Green+Blue) = 241+168+28=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A81C is #0E57E3. Grayscale: #AEAEAE. Windows color (decimal): -940004 or 1878257. OLE color: 1878257.

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

Color convert

RGB 241 168 28 -
CMYK 0 0.30 0.88 0.05
HSL 39.44º 0.88% 0.53% -
HSV(B) 39.44º 0.88% 0.95% -
XYZ 50.49 46.79 7.47 -
YUV 173.87 45.68 175.88 -
System Red Green Blue C M Y K H S L
Decimal 241 168 28 0 0.30 0.88 0.05 39.44 0.88 0.53
Hex F1 A8 1C 0 1E 58 5 27 58 35
Octal 361 250 34 0 36 130 5 47 130 65
Binary 11110001 10101000 11100 0 11110 1011000 101 100111 1011000 110101

Color Harmonies of #F1A81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A81C

Black with #F1A81C

Text Example


Text Example

White with #F1A81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A81C; }

 p { color: rgb(241,168,28); }

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

background-color css

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

 a { background-color: rgb(241,168,28); }

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

border-color css

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

 span { border-color: rgb(241,168,28); }

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