Html Css Color HEX #F1900C Tangerine

📋 copy color: '#F1900C'

red 241 ◦ green 144 ◦ blue 12

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

Shades of Tangerine #F1900C

Tints of Tangerine #F1900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 60.71%
G = 36.27%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1900C (or 0xF1900C) is known color: Tangerine. HEX triplet: F1, 90 and 0C. RGB value is (241,144,12). Sum of RGB (Red+Green+Blue) = 241+144+12=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1900C is #0E6FF3. Grayscale: #9E9E9E. Windows color (decimal): -946164 or 823537. OLE color: 823537.

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

Color convert

RGB 241 144 12 -
CMYK 0 0.40 0.95 0.05
HSL 34.59º 0.91% 0.5% -
HSV(B) 34.59º 0.95% 0.95% -
XYZ 46.32 38.67 5.37 -
YUV 157.96 45.64 187.23 -
System Red Green Blue C M Y K H S L
Decimal 241 144 12 0 0.40 0.95 0.05 34.59 0.91 0.5
Hex F1 90 C 0 28 5F 5 23 5B 32
Octal 361 220 14 0 50 137 5 43 133 62
Binary 11110001 10010000 1100 0 101000 1011111 101 100011 1011011 110010

Color Harmonies of #F1900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1900C

Black with #F1900C

Text Example


Text Example

White with #F1900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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