Html Css Color HEX #FACB0F Tangerine Yellow

📋 copy color: '#FACB0F'

red 250 ◦ green 203 ◦ blue 15

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

Shades of Tangerine Yellow #FACB0F

Tints of Tangerine Yellow #FACB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 53.42%
G = 43.38%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FACB0F (or 0xFACB0F) is known color: Tangerine Yellow. HEX triplet: FA, CB and 0F. RGB value is (250,203,15). Sum of RGB (Red+Green+Blue) = 250+203+15=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB0F is #0534F0. Grayscale: #C4C4C4. Windows color (decimal): -341233 or 1035258. OLE color: 1035258.

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

Color convert

RGB 250 203 15 -
CMYK 0 0.19 0.94 0.02
HSL 48º 0.96% 0.52% -
HSV(B) 48º 0.94% 0.98% -
XYZ 60.87 63.07 9.42 -
YUV 195.62 26.07 166.79 -
System Red Green Blue C M Y K H S L
Decimal 250 203 15 0 0.19 0.94 0.02 48 0.96 0.52
Hex FA CB F 0 13 5E 2 30 60 34
Octal 372 313 17 0 23 136 2 60 140 64
Binary 11111010 11001011 1111 0 10011 1011110 10 110000 1100000 110100

Color Harmonies of #FACB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB0F

Black with #FACB0F

Text Example


Text Example

White with #FACB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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