Html Css Color HEX #FACA06 Tangerine Yellow

📋 copy color: '#FACA06'

red 250 ◦ green 202 ◦ blue 6

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

Shades of Tangerine Yellow #FACA06

Tints of Tangerine Yellow #FACA06

RGB

 RED value IS 250 (98.05% from 255) = 54.59%

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 54.59%
G = 44.1%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FACA06 (or 0xFACA06) is known color: Tangerine Yellow. HEX triplet: FA, CA and 06. RGB value is (250,202,6). Sum of RGB (Red+Green+Blue) = 250+202+6=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA06 is #0535F9. Grayscale: #C2C2C2. Windows color (decimal): -341498 or 445178. OLE color: 445178.

HSL color Cylindrical-coordinate representation of color #FACA06: hue angle of 48.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FACA06 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 6 -
CMYK 0 0.19 0.98 0.02
HSL 48.2º 0.96% 0.5% -
HSV(B) 48.2º 0.98% 0.98% -
XYZ 60.58 62.58 9.06 -
YUV 194.01 21.9 167.94 -
System Red Green Blue C M Y K H S L
Decimal 250 202 6 0 0.19 0.98 0.02 48.2 0.96 0.5
Hex FA CA 6 0 13 62 2 30 60 32
Octal 372 312 6 0 23 142 2 60 140 62
Binary 11111010 11001010 110 0 10011 1100010 10 110000 1100000 110010

Color Harmonies of #FACA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA06

Black with #FACA06

Text Example


Text Example

White with #FACA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA06; }

 p { color: rgb(250,202,6); }

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

background-color css

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

 a { background-color: rgb(250,202,6); }

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

border-color css

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

 span { border-color: rgb(250,202,6); }

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