Html Css Color HEX #FACB11 Tangerine Yellow

📋 copy color: '#FACB11'

red 250 ◦ green 203 ◦ blue 17

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

Shades of Tangerine Yellow #FACB11

Tints of Tangerine Yellow #FACB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.19%

 BLUE value IS 17 (7.03% from 255) = 3.62%

R = 53.19%
G = 43.19%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FACB11 (or 0xFACB11) is known color: Tangerine Yellow. HEX triplet: FA, CB and 11. RGB value is (250,203,17). Sum of RGB (Red+Green+Blue) = 250+203+17=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB11 is #0534EE. Grayscale: #C4C4C4. Windows color (decimal): -341231 or 1166330. OLE color: 1166330.

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

Color convert

RGB 250 203 17 -
CMYK 0 0.19 0.93 0.02
HSL 47.9º 0.96% 0.52% -
HSV(B) 47.9º 0.93% 0.98% -
XYZ 60.88 63.08 9.5 -
YUV 195.85 27.07 166.62 -
System Red Green Blue C M Y K H S L
Decimal 250 203 17 0 0.19 0.93 0.02 47.9 0.96 0.52
Hex FA CB 11 0 13 5D 2 30 60 34
Octal 372 313 21 0 23 135 2 60 140 64
Binary 11111010 11001011 10001 0 10011 1011101 10 110000 1100000 110100

Color Harmonies of #FACB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB11

Black with #FACB11

Text Example


Text Example

White with #FACB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB11; }

 p { color: rgb(250,203,17); }

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

background-color css

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

 a { background-color: rgb(250,203,17); }

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

border-color css

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

 span { border-color: rgb(250,203,17); }

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