Html Css Color HEX #FACD00 Tangerine Yellow

📋 copy color: '#FACD00'

red 250 ◦ green 205 ◦ blue 0

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

Shades of Tangerine Yellow #FACD00

Tints of Tangerine Yellow #FACD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.05%

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

R = 54.95%
G = 45.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FACD00 (or 0xFACD00) is known color: Tangerine Yellow. HEX triplet: FA, CD and 00. RGB value is (250,205,0). Sum of RGB (Red+Green+Blue) = 250+205+0=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD00 is #0532FF. Grayscale: #C3C3C3. Windows color (decimal): -340736 or 52730. OLE color: 52730.

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

Color convert

RGB 250 205 0 -
CMYK 0 0.18 1 0.02
HSL 49.2º 1% 0.49% -
HSV(B) 49.2º 1% 0.98% -
XYZ 61.26 63.99 9.12 -
YUV 195.09 17.91 167.17 -
System Red Green Blue C M Y K H S L
Decimal 250 205 0 0 0.18 1 0.02 49.2 1 0.49
Hex FA CD 0 0 12 64 2 31 64 31
Octal 372 315 0 0 22 144 2 61 144 61
Binary 11111010 11001101 0 0 10010 1100100 10 110001 1100100 110001

Color Harmonies of #FACD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD00

Black with #FACD00

Text Example


Text Example

White with #FACD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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