Html Css Color HEX #F18C0C Tangerine

📋 copy color: '#F18C0C'

red 241 ◦ green 140 ◦ blue 12

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

Shades of Tangerine #F18C0C

Tints of Tangerine #F18C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

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

R = 61.32%
G = 35.62%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F18C0C (or 0xF18C0C) is known color: Tangerine. HEX triplet: F1, 8C and 0C. RGB value is (241,140,12). Sum of RGB (Red+Green+Blue) = 241+140+12=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C0C is #0E73F3. Grayscale: #9C9C9C. Windows color (decimal): -947188 or 822513. OLE color: 822513.

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

Color convert

RGB 241 140 12 -
CMYK 0 0.42 0.95 0.05
HSL 33.54º 0.91% 0.5% -
HSV(B) 33.54º 0.95% 0.95% -
XYZ 45.72 37.48 5.17 -
YUV 155.61 46.96 188.91 -
System Red Green Blue C M Y K H S L
Decimal 241 140 12 0 0.42 0.95 0.05 33.54 0.91 0.5
Hex F1 8C C 0 2A 5F 5 22 5B 32
Octal 361 214 14 0 52 137 5 42 133 62
Binary 11110001 10001100 1100 0 101010 1011111 101 100010 1011011 110010

Color Harmonies of #F18C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C0C

Black with #F18C0C

Text Example


Text Example

White with #F18C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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