Html Css Color HEX #F6CA0E Tangerine Yellow

📋 copy color: '#F6CA0E'

red 246 ◦ green 202 ◦ blue 14

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

Shades of Tangerine Yellow #F6CA0E

Tints of Tangerine Yellow #F6CA0E

RGB

 RED value IS 246 (96.48% from 255) = 53.25%

 GREEN value IS 202 (79.3% from 255) = 43.72%

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 53.25%
G = 43.72%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6CA0E (or 0xF6CA0E) is known color: Tangerine Yellow. HEX triplet: F6, CA and 0E. RGB value is (246,202,14). Sum of RGB (Red+Green+Blue) = 246+202+14=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CA0E is #0935F1. Grayscale: #C2C2C2. Windows color (decimal): -603634 or 969462. OLE color: 969462.

HSL color Cylindrical-coordinate representation of color #F6CA0E: hue angle of 48.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6CA0E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 202 14 -
CMYK 0 0.18 0.94 0.04
HSL 48.62º 0.93% 0.51% -
HSV(B) 48.62º 0.94% 0.96% -
XYZ 59.21 61.87 9.24 -
YUV 193.72 26.58 165.29 -
System Red Green Blue C M Y K H S L
Decimal 246 202 14 0 0.18 0.94 0.04 48.62 0.93 0.51
Hex F6 CA E 0 12 5E 4 31 5D 33
Octal 366 312 16 0 22 136 4 61 135 63
Binary 11110110 11001010 1110 0 10010 1011110 100 110001 1011101 110011

Color Harmonies of #F6CA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CA0E

Black with #F6CA0E

Text Example


Text Example

White with #F6CA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CA0E; }

 p { color: rgb(246,202,14); }

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

background-color css

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

 a { background-color: rgb(246,202,14); }

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

border-color css

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

 span { border-color: rgb(246,202,14); }

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