Html Css Color HEX #FACB05 Tangerine Yellow

📋 copy color: '#FACB05'

red 250 ◦ green 203 ◦ blue 5

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

Shades of Tangerine Yellow #FACB05

Tints of Tangerine Yellow #FACB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 54.59%
G = 44.32%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FACB05 (or 0xFACB05) is known color: Tangerine Yellow. HEX triplet: FA, CB and 05. RGB value is (250,203,5). Sum of RGB (Red+Green+Blue) = 250+203+5=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB05 is #0534FA. Grayscale: #C3C3C3. Windows color (decimal): -341243 or 379898. OLE color: 379898.

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

Color convert

RGB 250 203 5 -
CMYK 0 0.19 0.98 0.02
HSL 48.49º 0.96% 0.5% -
HSV(B) 48.49º 0.98% 0.98% -
XYZ 60.81 63.05 9.11 -
YUV 194.48 21.07 167.6 -
System Red Green Blue C M Y K H S L
Decimal 250 203 5 0 0.19 0.98 0.02 48.49 0.96 0.5
Hex FA CB 5 0 13 62 2 30 60 32
Octal 372 313 5 0 23 142 2 60 140 62
Binary 11111010 11001011 101 0 10011 1100010 10 110000 1100000 110010

Color Harmonies of #FACB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB05

Black with #FACB05

Text Example


Text Example

White with #FACB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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