Html Css Color HEX #F1830C Tangerine

📋 copy color: '#F1830C'

red 241 ◦ green 131 ◦ blue 12

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

Shades of Tangerine #F1830C

Tints of Tangerine #F1830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 62.76%
G = 34.11%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1830C (or 0xF1830C) is known color: Tangerine. HEX triplet: F1, 83 and 0C. RGB value is (241,131,12). Sum of RGB (Red+Green+Blue) = 241+131+12=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1830C is #0E7CF3. Grayscale: #969696. Windows color (decimal): -949492 or 820209. OLE color: 820209.

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

Color convert

RGB 241 131 12 -
CMYK 0 0.46 0.95 0.05
HSL 31.18º 0.91% 0.5% -
HSV(B) 31.18º 0.95% 0.95% -
XYZ 44.46 34.96 4.75 -
YUV 150.32 49.94 192.68 -
System Red Green Blue C M Y K H S L
Decimal 241 131 12 0 0.46 0.95 0.05 31.18 0.91 0.5
Hex F1 83 C 0 2E 5F 5 1F 5B 32
Octal 361 203 14 0 56 137 5 37 133 62
Binary 11110001 10000011 1100 0 101110 1011111 101 11111 1011011 110010

Color Harmonies of #F1830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1830C

Black with #F1830C

Text Example


Text Example

White with #F1830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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