Html Css Color HEX #F1AF1B Dark Tangerine

📋 copy color: '#F1AF1B'

red 241 ◦ green 175 ◦ blue 27

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

Shades of Dark Tangerine #F1AF1B

Tints of Dark Tangerine #F1AF1B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.5%

 BLUE value IS 27 (10.94% from 255) = 6.09%

R = 54.4%
G = 39.5%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1AF1B (or 0xF1AF1B) is known color: Dark Tangerine. HEX triplet: F1, AF and 1B. RGB value is (241,175,27). Sum of RGB (Red+Green+Blue) = 241+175+27=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF1B is #0E50E4. Grayscale: #B2B2B2. Windows color (decimal): -938213 or 1814513. OLE color: 1814513.

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

Color convert

RGB 241 175 27 -
CMYK 0 0.27 0.89 0.05
HSL 41.5º 0.88% 0.53% -
HSV(B) 41.5º 0.89% 0.95% -
XYZ 51.8 49.44 7.85 -
YUV 177.86 42.87 173.03 -
System Red Green Blue C M Y K H S L
Decimal 241 175 27 0 0.27 0.89 0.05 41.5 0.88 0.53
Hex F1 AF 1B 0 1B 59 5 29 58 35
Octal 361 257 33 0 33 131 5 51 130 65
Binary 11110001 10101111 11011 0 11011 1011001 101 101001 1011000 110101

Color Harmonies of #F1AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF1B

Black with #F1AF1B

Text Example


Text Example

White with #F1AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF1B; }

 p { color: rgb(241,175,27); }

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

background-color css

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

 a { background-color: rgb(241,175,27); }

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

border-color css

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

 span { border-color: rgb(241,175,27); }

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