Html Css Color HEX #FAC90B Tangerine Yellow

📋 copy color: '#FAC90B'

red 250 ◦ green 201 ◦ blue 11

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

Shades of Tangerine Yellow #FAC90B

Tints of Tangerine Yellow #FAC90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.38%

R = 54.11%
G = 43.51%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC90B (or 0xFAC90B) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 0B. RGB value is (250,201,11). Sum of RGB (Red+Green+Blue) = 250+201+11=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC90B is #0536F4. Grayscale: #C2C2C2. Windows color (decimal): -341749 or 772602. OLE color: 772602.

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

Color convert

RGB 250 201 11 -
CMYK 0 0.20 0.96 0.02
HSL 47.7º 0.96% 0.51% -
HSV(B) 47.7º 0.96% 0.98% -
XYZ 60.37 62.12 9.13 -
YUV 193.99 24.73 167.95 -
System Red Green Blue C M Y K H S L
Decimal 250 201 11 0 0.20 0.96 0.02 47.7 0.96 0.51
Hex FA C9 B 0 14 60 2 30 60 33
Octal 372 311 13 0 24 140 2 60 140 63
Binary 11111010 11001001 1011 0 10100 1100000 10 110000 1100000 110011

Color Harmonies of #FAC90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC90B

Black with #FAC90B

Text Example


Text Example

White with #FAC90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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