Html Css Color HEX #F1900D Tangerine

📋 copy color: '#F1900D'

red 241 ◦ green 144 ◦ blue 13

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

Shades of Tangerine #F1900D

Tints of Tangerine #F1900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 60.55%
G = 36.18%
B = 3.27%

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

#F1900D (or 0xF1900D) is known color: Tangerine. HEX triplet: F1, 90 and 0D. RGB value is (241,144,13). Sum of RGB (Red+Green+Blue) = 241+144+13=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1900D is #0E6FF2. Grayscale: #9E9E9E. Windows color (decimal): -946163 or 889073. OLE color: 889073.

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

Color convert

RGB 241 144 13 -
CMYK 0 0.40 0.95 0.05
HSL 34.47º 0.9% 0.5% -
HSV(B) 34.47º 0.95% 0.95% -
XYZ 46.32 38.68 5.4 -
YUV 158.07 46.14 187.15 -
System Red Green Blue C M Y K H S L
Decimal 241 144 13 0 0.40 0.95 0.05 34.47 0.9 0.5
Hex F1 90 D 0 28 5F 5 22 5A 32
Octal 361 220 15 0 50 137 5 42 132 62
Binary 11110001 10010000 1101 0 101000 1011111 101 100010 1011010 110010

Color Harmonies of #F1900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1900D

Black with #F1900D

Text Example


Text Example

White with #F1900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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