Html Css Color HEX #FACD02 Tangerine Yellow

📋 copy color: '#FACD02'

red 250 ◦ green 205 ◦ blue 2

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

Shades of Tangerine Yellow #FACD02

Tints of Tangerine Yellow #FACD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 54.7%
G = 44.86%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FACD02 (or 0xFACD02) is known color: Tangerine Yellow. HEX triplet: FA, CD and 02. RGB value is (250,205,2). Sum of RGB (Red+Green+Blue) = 250+205+2=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD02 is #0532FD. Grayscale: #C4C4C4. Windows color (decimal): -340734 or 183802. OLE color: 183802.

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

Color convert

RGB 250 205 2 -
CMYK 0 0.18 0.99 0.02
HSL 49.11º 0.98% 0.49% -
HSV(B) 49.11º 0.99% 0.98% -
XYZ 61.27 63.99 9.18 -
YUV 195.31 18.91 167.01 -
System Red Green Blue C M Y K H S L
Decimal 250 205 2 0 0.18 0.99 0.02 49.11 0.98 0.49
Hex FA CD 2 0 12 63 2 31 62 31
Octal 372 315 2 0 22 143 2 61 142 61
Binary 11111010 11001101 10 0 10010 1100011 10 110001 1100010 110001

Color Harmonies of #FACD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD02

Black with #FACD02

Text Example


Text Example

White with #FACD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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