Html Css Color HEX #FACB0D Tangerine Yellow

📋 copy color: '#FACB0D'

red 250 ◦ green 203 ◦ blue 13

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

Shades of Tangerine Yellow #FACB0D

Tints of Tangerine Yellow #FACB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.79%

R = 53.65%
G = 43.56%
B = 2.79%

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

#FACB0D (or 0xFACB0D) is known color: Tangerine Yellow. HEX triplet: FA, CB and 0D. RGB value is (250,203,13). Sum of RGB (Red+Green+Blue) = 250+203+13=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB0D is #0534F2. Grayscale: #C4C4C4. Windows color (decimal): -341235 or 904186. OLE color: 904186.

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

Color convert

RGB 250 203 13 -
CMYK 0 0.19 0.95 0.02
HSL 48.1º 0.96% 0.52% -
HSV(B) 48.1º 0.95% 0.98% -
XYZ 60.85 63.06 9.35 -
YUV 195.39 25.07 166.95 -
System Red Green Blue C M Y K H S L
Decimal 250 203 13 0 0.19 0.95 0.02 48.1 0.96 0.52
Hex FA CB D 0 13 5F 2 30 60 34
Octal 372 313 15 0 23 137 2 60 140 64
Binary 11111010 11001011 1101 0 10011 1011111 10 110000 1100000 110100

Color Harmonies of #FACB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB0D

Black with #FACB0D

Text Example


Text Example

White with #FACB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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