Html Css Color HEX #F18D0C Tangerine

📋 copy color: '#F18D0C'

red 241 ◦ green 141 ◦ blue 12

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

Shades of Tangerine #F18D0C

Tints of Tangerine #F18D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 61.17%
G = 35.79%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F18D0C (or 0xF18D0C) is known color: Tangerine. HEX triplet: F1, 8D and 0C. RGB value is (241,141,12). Sum of RGB (Red+Green+Blue) = 241+141+12=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D0C is #0E72F3. Grayscale: #9C9C9C. Windows color (decimal): -946932 or 822769. OLE color: 822769.

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

Color convert

RGB 241 141 12 -
CMYK 0 0.41 0.95 0.05
HSL 33.8º 0.91% 0.5% -
HSV(B) 33.8º 0.95% 0.95% -
XYZ 45.87 37.78 5.22 -
YUV 156.19 46.63 188.49 -
System Red Green Blue C M Y K H S L
Decimal 241 141 12 0 0.41 0.95 0.05 33.8 0.91 0.5
Hex F1 8D C 0 29 5F 5 22 5B 32
Octal 361 215 14 0 51 137 5 42 133 62
Binary 11110001 10001101 1100 0 101001 1011111 101 100010 1011011 110010

Color Harmonies of #F18D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D0C

Black with #F18D0C

Text Example


Text Example

White with #F18D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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