Html Css Color HEX #F1AF0D Dark Tangerine

📋 copy color: '#F1AF0D'

red 241 ◦ green 175 ◦ blue 13

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

Shades of Dark Tangerine #F1AF0D

Tints of Dark Tangerine #F1AF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.03%

R = 56.18%
G = 40.79%
B = 3.03%

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

#F1AF0D (or 0xF1AF0D) is known color: Dark Tangerine. HEX triplet: F1, AF and 0D. RGB value is (241,175,13). Sum of RGB (Red+Green+Blue) = 241+175+13=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1AF0D is #0E50F2. Grayscale: #B0B0B0. Windows color (decimal): -938227 or 897009. OLE color: 897009.

HSL color Cylindrical-coordinate representation of color #F1AF0D: hue angle of 42.63º degrees, saturation: 0.9, 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 #F1AF0D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 175 13 -
CMYK 0 0.27 0.95 0.05
HSL 42.63º 0.9% 0.5% -
HSV(B) 42.63º 0.95% 0.95% -
XYZ 51.68 49.39 7.19 -
YUV 176.27 35.87 174.17 -
System Red Green Blue C M Y K H S L
Decimal 241 175 13 0 0.27 0.95 0.05 42.63 0.9 0.5
Hex F1 AF D 0 1B 5F 5 2B 5A 32
Octal 361 257 15 0 33 137 5 53 132 62
Binary 11110001 10101111 1101 0 11011 1011111 101 101011 1011010 110010

Color Harmonies of #F1AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF0D

Black with #F1AF0D

Text Example


Text Example

White with #F1AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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