Html Css Color HEX #FACA00 Tangerine Yellow

📋 copy color: '#FACA00'

red 250 ◦ green 202 ◦ blue 0

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

Shades of Tangerine Yellow #FACA00

Tints of Tangerine Yellow #FACA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.31%
G = 44.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FACA00 (or 0xFACA00) is known color: Tangerine Yellow. HEX triplet: FA, CA and 00. RGB value is (250,202,0). Sum of RGB (Red+Green+Blue) = 250+202+0=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA00 is #0535FF. Grayscale: #C2C2C2. Windows color (decimal): -341504 or 51962. OLE color: 51962.

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

Color convert

RGB 250 202 0 -
CMYK 0 0.19 1 0.02
HSL 48.48º 1% 0.49% -
HSV(B) 48.48º 1% 0.98% -
XYZ 60.54 62.57 8.89 -
YUV 193.32 18.9 168.43 -
System Red Green Blue C M Y K H S L
Decimal 250 202 0 0 0.19 1 0.02 48.48 1 0.49
Hex FA CA 0 0 13 64 2 30 64 31
Octal 372 312 0 0 23 144 2 60 144 61
Binary 11111010 11001010 0 0 10011 1100100 10 110000 1100100 110001

Color Harmonies of #FACA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA00

Black with #FACA00

Text Example


Text Example

White with #FACA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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