Html Css Color HEX #F18C0A Tangerine

📋 copy color: '#F18C0A'

red 241 ◦ green 140 ◦ blue 10

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

Shades of Tangerine #F18C0A

Tints of Tangerine #F18C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 61.64%
G = 35.81%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F18C0A (or 0xF18C0A) is known color: Tangerine. HEX triplet: F1, 8C and 0A. RGB value is (241,140,10). Sum of RGB (Red+Green+Blue) = 241+140+10=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C0A is #0E73F5. Grayscale: #9B9B9B. Windows color (decimal): -947190 or 691441. OLE color: 691441.

HSL color Cylindrical-coordinate representation of color #F18C0A: hue angle of 33.77º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F18C0A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 10 -
CMYK 0 0.42 0.96 0.05
HSL 33.77º 0.92% 0.49% -
HSV(B) 33.77º 0.96% 0.95% -
XYZ 45.71 37.48 5.11 -
YUV 155.38 45.96 189.07 -
System Red Green Blue C M Y K H S L
Decimal 241 140 10 0 0.42 0.96 0.05 33.77 0.92 0.49
Hex F1 8C A 0 2A 60 5 22 5C 31
Octal 361 214 12 0 52 140 5 42 134 61
Binary 11110001 10001100 1010 0 101010 1100000 101 100010 1011100 110001

Color Harmonies of #F18C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C0A

Black with #F18C0A

Text Example


Text Example

White with #F18C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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