Html Css Color HEX #FACD0C Tangerine Yellow

📋 copy color: '#FACD0C'

red 250 ◦ green 205 ◦ blue 12

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

Shades of Tangerine Yellow #FACD0C

Tints of Tangerine Yellow #FACD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.57%

R = 53.53%
G = 43.9%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FACD0C (or 0xFACD0C) is known color: Tangerine Yellow. HEX triplet: FA, CD and 0C. RGB value is (250,205,12). Sum of RGB (Red+Green+Blue) = 250+205+12=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD0C is #0532F3. Grayscale: #C5C5C5. Windows color (decimal): -340724 or 839162. OLE color: 839162.

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

Color convert

RGB 250 205 12 -
CMYK 0 0.18 0.95 0.02
HSL 48.66º 0.96% 0.51% -
HSV(B) 48.66º 0.95% 0.98% -
XYZ 61.32 64.01 9.47 -
YUV 196.45 23.91 166.19 -
System Red Green Blue C M Y K H S L
Decimal 250 205 12 0 0.18 0.95 0.02 48.66 0.96 0.51
Hex FA CD C 0 12 5F 2 31 60 33
Octal 372 315 14 0 22 137 2 61 140 63
Binary 11111010 11001101 1100 0 10010 1011111 10 110001 1100000 110011

Color Harmonies of #FACD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD0C

Black with #FACD0C

Text Example


Text Example

White with #FACD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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