Html Css Color HEX #FACC10 Tangerine Yellow

📋 copy color: '#FACC10'

red 250 ◦ green 204 ◦ blue 16

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

Shades of Tangerine Yellow #FACC10

Tints of Tangerine Yellow #FACC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 16 (6.64% from 255) = 3.4%

R = 53.19%
G = 43.4%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FACC10 (or 0xFACC10) is known color: Tangerine Yellow. HEX triplet: FA, CC and 10. RGB value is (250,204,16). Sum of RGB (Red+Green+Blue) = 250+204+16=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC10 is #0533EF. Grayscale: #C5C5C5. Windows color (decimal): -340976 or 1101050. OLE color: 1101050.

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

Color convert

RGB 250 204 16 -
CMYK 0 0.18 0.94 0.02
HSL 48.21º 0.96% 0.52% -
HSV(B) 48.21º 0.94% 0.98% -
XYZ 61.11 63.55 9.54 -
YUV 196.32 26.24 166.29 -
System Red Green Blue C M Y K H S L
Decimal 250 204 16 0 0.18 0.94 0.02 48.21 0.96 0.52
Hex FA CC 10 0 12 5E 2 30 60 34
Octal 372 314 20 0 22 136 2 60 140 64
Binary 11111010 11001100 10000 0 10010 1011110 10 110000 1100000 110100

Color Harmonies of #FACC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC10

Black with #FACC10

Text Example


Text Example

White with #FACC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC10; }

 p { color: rgb(250,204,16); }

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

background-color css

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

 a { background-color: rgb(250,204,16); }

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

border-color css

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

 span { border-color: rgb(250,204,16); }

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