Html Css Color HEX #FACC0F Tangerine Yellow

📋 copy color: '#FACC0F'

red 250 ◦ green 204 ◦ blue 15

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

Shades of Tangerine Yellow #FACC0F

Tints of Tangerine Yellow #FACC0F

RGB

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

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

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

R = 53.3%
G = 43.5%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FACC0F (or 0xFACC0F) is known color: Tangerine Yellow. HEX triplet: FA, CC and 0F. RGB value is (250,204,15). Sum of RGB (Red+Green+Blue) = 250+204+15=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC0F is #0533F0. Grayscale: #C5C5C5. Windows color (decimal): -340977 or 1035514. OLE color: 1035514.

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

Color convert

RGB 250 204 15 -
CMYK 0 0.18 0.94 0.02
HSL 48.26º 0.96% 0.52% -
HSV(B) 48.26º 0.94% 0.98% -
XYZ 61.1 63.54 9.5 -
YUV 196.21 25.74 166.37 -
System Red Green Blue C M Y K H S L
Decimal 250 204 15 0 0.18 0.94 0.02 48.26 0.96 0.52
Hex FA CC F 0 12 5E 2 30 60 34
Octal 372 314 17 0 22 136 2 60 140 64
Binary 11111010 11001100 1111 0 10010 1011110 10 110000 1100000 110100

Color Harmonies of #FACC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC0F

Black with #FACC0F

Text Example


Text Example

White with #FACC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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