Html Css Color HEX #F19402 Tangerine

📋 copy color: '#F19402'

red 241 ◦ green 148 ◦ blue 2

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

Shades of Tangerine #F19402

Tints of Tangerine #F19402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 61.64%
G = 37.85%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F19402 (or 0xF19402) is known color: Tangerine. HEX triplet: F1, 94 and 02. RGB value is (241,148,2). Sum of RGB (Red+Green+Blue) = 241+148+2=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F19402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19402 is #0E6BFD. Grayscale: #9F9F9F. Windows color (decimal): -945150 or 169201. OLE color: 169201.

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

Color convert

RGB 241 148 2 -
CMYK 0 0.39 0.99 0.05
HSL 36.65º 0.98% 0.48% -
HSV(B) 36.65º 0.99% 0.95% -
XYZ 46.88 39.88 5.29 -
YUV 159.16 39.31 186.37 -
System Red Green Blue C M Y K H S L
Decimal 241 148 2 0 0.39 0.99 0.05 36.65 0.98 0.48
Hex F1 94 2 0 27 63 5 25 62 30
Octal 361 224 2 0 47 143 5 45 142 60
Binary 11110001 10010100 10 0 100111 1100011 101 100101 1100010 110000

Color Harmonies of #F19402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19402

Black with #F19402

Text Example


Text Example

White with #F19402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19402; }

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

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

background-color css

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

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

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

border-color css

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

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

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