Html Css Color HEX #FAC90D Tangerine Yellow

📋 copy color: '#FAC90D'

red 250 ◦ green 201 ◦ blue 13

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

Shades of Tangerine Yellow #FAC90D

Tints of Tangerine Yellow #FAC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 53.88%
G = 43.32%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC90D (or 0xFAC90D) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 0D. RGB value is (250,201,13). Sum of RGB (Red+Green+Blue) = 250+201+13=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC90D is #0536F2. Grayscale: #C3C3C3. Windows color (decimal): -341747 or 903674. OLE color: 903674.

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

Color convert

RGB 250 201 13 -
CMYK 0 0.20 0.95 0.02
HSL 47.59º 0.96% 0.52% -
HSV(B) 47.59º 0.95% 0.98% -
XYZ 60.38 62.13 9.19 -
YUV 194.22 25.73 167.79 -
System Red Green Blue C M Y K H S L
Decimal 250 201 13 0 0.20 0.95 0.02 47.59 0.96 0.52
Hex FA C9 D 0 14 5F 2 30 60 34
Octal 372 311 15 0 24 137 2 60 140 64
Binary 11111010 11001001 1101 0 10100 1011111 10 110000 1100000 110100

Color Harmonies of #FAC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC90D

Black with #FAC90D

Text Example


Text Example

White with #FAC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC90D; }

 p { color: rgb(250,201,13); }

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

background-color css

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

 a { background-color: rgb(250,201,13); }

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

border-color css

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

 span { border-color: rgb(250,201,13); }

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