Html Css Color HEX #F18A02 Tangerine

📋 copy color: '#F18A02'

red 241 ◦ green 138 ◦ blue 2

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

Shades of Tangerine #F18A02

Tints of Tangerine #F18A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 63.25%
G = 36.22%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F18A02 (or 0xF18A02) is known color: Tangerine. HEX triplet: F1, 8A and 02. RGB value is (241,138,2). Sum of RGB (Red+Green+Blue) = 241+138+2=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A02 is #0E75FD. Grayscale: #999999. Windows color (decimal): -947710 or 166641. OLE color: 166641.

HSL color Cylindrical-coordinate representation of color #F18A02: hue angle of 34.14º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F18A02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 2 -
CMYK 0 0.43 0.99 0.05
HSL 34.14º 0.98% 0.48% -
HSV(B) 34.14º 0.99% 0.95% -
XYZ 45.38 36.88 4.78 -
YUV 153.29 42.62 190.56 -
System Red Green Blue C M Y K H S L
Decimal 241 138 2 0 0.43 0.99 0.05 34.14 0.98 0.48
Hex F1 8A 2 0 2B 63 5 22 62 30
Octal 361 212 2 0 53 143 5 42 142 60
Binary 11110001 10001010 10 0 101011 1100011 101 100010 1100010 110000

Color Harmonies of #F18A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A02

Black with #F18A02

Text Example


Text Example

White with #F18A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A02; }

 p { color: rgb(241,138,2); }

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

background-color css

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

 a { background-color: rgb(241,138,2); }

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

border-color css

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

 span { border-color: rgb(241,138,2); }

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