Html Css Color HEX #FACC0D Tangerine Yellow

📋 copy color: '#FACC0D'

red 250 ◦ green 204 ◦ blue 13

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

Shades of Tangerine Yellow #FACC0D

Tints of Tangerine Yellow #FACC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

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

R = 53.53%
G = 43.68%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FACC0D (or 0xFACC0D) is known color: Tangerine Yellow. HEX triplet: FA, CC and 0D. RGB value is (250,204,13). Sum of RGB (Red+Green+Blue) = 250+204+13=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC0D is #0533F2. Grayscale: #C4C4C4. Windows color (decimal): -340979 or 904442. OLE color: 904442.

HSL color Cylindrical-coordinate representation of color #FACC0D: hue angle of 48.35º 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 #FACC0D is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 13 -
CMYK 0 0.18 0.95 0.02
HSL 48.35º 0.96% 0.52% -
HSV(B) 48.35º 0.95% 0.98% -
XYZ 61.09 63.54 9.43 -
YUV 195.98 24.74 166.53 -
System Red Green Blue C M Y K H S L
Decimal 250 204 13 0 0.18 0.95 0.02 48.35 0.96 0.52
Hex FA CC D 0 12 5F 2 30 60 34
Octal 372 314 15 0 22 137 2 60 140 64
Binary 11111010 11001100 1101 0 10010 1011111 10 110000 1100000 110100

Color Harmonies of #FACC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC0D

Black with #FACC0D

Text Example


Text Example

White with #FACC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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