Html Css Color HEX #FACB0C Tangerine Yellow

📋 copy color: '#FACB0C'

red 250 ◦ green 203 ◦ blue 12

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

Shades of Tangerine Yellow #FACB0C

Tints of Tangerine Yellow #FACB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 53.76%
G = 43.66%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FACB0C (or 0xFACB0C) is known color: Tangerine Yellow. HEX triplet: FA, CB and 0C. RGB value is (250,203,12). Sum of RGB (Red+Green+Blue) = 250+203+12=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB0C is #0534F3. Grayscale: #C4C4C4. Windows color (decimal): -341236 or 838650. OLE color: 838650.

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

Color convert

RGB 250 203 12 -
CMYK 0 0.19 0.95 0.02
HSL 48.15º 0.96% 0.51% -
HSV(B) 48.15º 0.95% 0.98% -
XYZ 60.85 63.06 9.31 -
YUV 195.28 24.57 167.03 -
System Red Green Blue C M Y K H S L
Decimal 250 203 12 0 0.19 0.95 0.02 48.15 0.96 0.51
Hex FA CB C 0 13 5F 2 30 60 33
Octal 372 313 14 0 23 137 2 60 140 63
Binary 11111010 11001011 1100 0 10011 1011111 10 110000 1100000 110011

Color Harmonies of #FACB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB0C

Black with #FACB0C

Text Example


Text Example

White with #FACB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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