Html Css Color HEX #FACB02 Tangerine Yellow

📋 copy color: '#FACB02'

red 250 ◦ green 203 ◦ blue 2

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

Shades of Tangerine Yellow #FACB02

Tints of Tangerine Yellow #FACB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 54.95%
G = 44.62%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FACB02 (or 0xFACB02) is known color: Tangerine Yellow. HEX triplet: FA, CB and 02. RGB value is (250,203,2). Sum of RGB (Red+Green+Blue) = 250+203+2=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB02 is #0534FD. Grayscale: #C2C2C2. Windows color (decimal): -341246 or 183290. OLE color: 183290.

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

Color convert

RGB 250 203 2 -
CMYK 0 0.19 0.99 0.02
HSL 48.63º 0.98% 0.49% -
HSV(B) 48.63º 0.99% 0.98% -
XYZ 60.79 63.04 9.02 -
YUV 194.14 19.57 167.84 -
System Red Green Blue C M Y K H S L
Decimal 250 203 2 0 0.19 0.99 0.02 48.63 0.98 0.49
Hex FA CB 2 0 13 63 2 31 62 31
Octal 372 313 2 0 23 143 2 61 142 61
Binary 11111010 11001011 10 0 10011 1100011 10 110001 1100010 110001

Color Harmonies of #FACB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB02

Black with #FACB02

Text Example


Text Example

White with #FACB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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