Html Css Color HEX #F1850A Tangerine

📋 copy color: '#F1850A'

red 241 ◦ green 133 ◦ blue 10

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

Shades of Tangerine #F1850A

Tints of Tangerine #F1850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.64%

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

R = 62.76%
G = 34.64%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1850A (or 0xF1850A) is known color: Tangerine. HEX triplet: F1, 85 and 0A. RGB value is (241,133,10). Sum of RGB (Red+Green+Blue) = 241+133+10=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1850A is #0E7AF5. Grayscale: #979797. Windows color (decimal): -948982 or 689649. OLE color: 689649.

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

Color convert

RGB 241 133 10 -
CMYK 0 0.45 0.96 0.05
HSL 31.95º 0.92% 0.49% -
HSV(B) 31.95º 0.96% 0.95% -
XYZ 44.72 35.5 4.78 -
YUV 151.27 48.28 192 -
System Red Green Blue C M Y K H S L
Decimal 241 133 10 0 0.45 0.96 0.05 31.95 0.92 0.49
Hex F1 85 A 0 2D 60 5 20 5C 31
Octal 361 205 12 0 55 140 5 40 134 61
Binary 11110001 10000101 1010 0 101101 1100000 101 100000 1011100 110001

Color Harmonies of #F1850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1850A

Black with #F1850A

Text Example


Text Example

White with #F1850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1850A; }

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

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

background-color css

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

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

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

border-color css

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

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

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