Html Css Color HEX #FACD07 Tangerine Yellow

📋 copy color: '#FACD07'

red 250 ◦ green 205 ◦ blue 7

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

Shades of Tangerine Yellow #FACD07

Tints of Tangerine Yellow #FACD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 54.11%
G = 44.37%
B = 1.52%

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

#FACD07 (or 0xFACD07) is known color: Tangerine Yellow. HEX triplet: FA, CD and 07. RGB value is (250,205,7). Sum of RGB (Red+Green+Blue) = 250+205+7=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 7 (3.12% from 255 or 1.52% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD07 is #0532F8. Grayscale: #C4C4C4. Windows color (decimal): -340729 or 511482. OLE color: 511482.

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

Color convert

RGB 250 205 7 -
CMYK 0 0.18 0.97 0.02
HSL 48.89º 0.96% 0.5% -
HSV(B) 48.89º 0.97% 0.98% -
XYZ 61.29 64 9.32 -
YUV 195.88 21.41 166.6 -
System Red Green Blue C M Y K H S L
Decimal 250 205 7 0 0.18 0.97 0.02 48.89 0.96 0.5
Hex FA CD 7 0 12 61 2 31 60 32
Octal 372 315 7 0 22 141 2 61 140 62
Binary 11111010 11001101 111 0 10010 1100001 10 110001 1100000 110010

Color Harmonies of #FACD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD07

Black with #FACD07

Text Example


Text Example

White with #FACD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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