Html Css Color HEX #FACD08 Tangerine Yellow

📋 copy color: '#FACD08'

red 250 ◦ green 205 ◦ blue 8

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

Shades of Tangerine Yellow #FACD08

Tints of Tangerine Yellow #FACD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 54%
G = 44.28%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FACD08 (or 0xFACD08) is known color: Tangerine Yellow. HEX triplet: FA, CD and 08. RGB value is (250,205,8). Sum of RGB (Red+Green+Blue) = 250+205+8=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD08 is #0532F7. Grayscale: #C4C4C4. Windows color (decimal): -340728 or 577018. OLE color: 577018.

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

Color convert

RGB 250 205 8 -
CMYK 0 0.18 0.97 0.02
HSL 48.84º 0.96% 0.51% -
HSV(B) 48.84º 0.97% 0.98% -
XYZ 61.3 64 9.35 -
YUV 196 21.91 166.52 -
System Red Green Blue C M Y K H S L
Decimal 250 205 8 0 0.18 0.97 0.02 48.84 0.96 0.51
Hex FA CD 8 0 12 61 2 31 60 33
Octal 372 315 10 0 22 141 2 61 140 63
Binary 11111010 11001101 1000 0 10010 1100001 10 110001 1100000 110011

Color Harmonies of #FACD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD08

Black with #FACD08

Text Example


Text Example

White with #FACD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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