Html Css Color HEX #FACB00 Tangerine Yellow

📋 copy color: '#FACB00'

red 250 ◦ green 203 ◦ blue 0

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

Shades of Tangerine Yellow #FACB00

Tints of Tangerine Yellow #FACB00

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

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

R = 55.19%
G = 44.81%
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

#FACB00 (or 0xFACB00) is known color: Tangerine Yellow. HEX triplet: FA, CB and 00. RGB value is (250,203,0). Sum of RGB (Red+Green+Blue) = 250+203+0=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB00 is #0534FF. Grayscale: #C2C2C2. Windows color (decimal): -341248 or 52218. OLE color: 52218.

HSL color Cylindrical-coordinate representation of color #FACB00: hue angle of 48.72º 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 #FACB00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 0 -
CMYK 0 0.19 1 0.02
HSL 48.72º 1% 0.49% -
HSV(B) 48.72º 1% 0.98% -
XYZ 60.78 63.04 8.96 -
YUV 193.91 18.57 168.01 -
System Red Green Blue C M Y K H S L
Decimal 250 203 0 0 0.19 1 0.02 48.72 1 0.49
Hex FA CB 0 0 13 64 2 31 64 31
Octal 372 313 0 0 23 144 2 61 144 61
Binary 11111010 11001011 0 0 10011 1100100 10 110001 1100100 110001

Color Harmonies of #FACB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB00

Black with #FACB00

Text Example


Text Example

White with #FACB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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