Html Css Color HEX #FACF11 Tangerine Yellow

📋 copy color: '#FACF11'

red 250 ◦ green 207 ◦ blue 17

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

Shades of Tangerine Yellow #FACF11

Tints of Tangerine Yellow #FACF11

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 17 (7.03% from 255) = 3.59%

R = 52.74%
G = 43.67%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FACF11 (or 0xFACF11) is known color: Tangerine Yellow. HEX triplet: FA, CF and 11. RGB value is (250,207,17). Sum of RGB (Red+Green+Blue) = 250+207+17=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 17 (7.03% from 255 or 3.59% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF11 is #0530EE. Grayscale: #C7C7C7. Windows color (decimal): -340207 or 1167354. OLE color: 1167354.

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

Color convert

RGB 250 207 17 -
CMYK 0 0.17 0.93 0.02
HSL 48.93º 0.96% 0.52% -
HSV(B) 48.93º 0.93% 0.98% -
XYZ 61.84 64.99 9.82 -
YUV 198.2 25.75 164.95 -
System Red Green Blue C M Y K H S L
Decimal 250 207 17 0 0.17 0.93 0.02 48.93 0.96 0.52
Hex FA CF 11 0 11 5D 2 31 60 34
Octal 372 317 21 0 21 135 2 61 140 64
Binary 11111010 11001111 10001 0 10001 1011101 10 110001 1100000 110100

Color Harmonies of #FACF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF11

Black with #FACF11

Text Example


Text Example

White with #FACF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF11; }

 p { color: rgb(250,207,17); }

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

background-color css

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

 a { background-color: rgb(250,207,17); }

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

border-color css

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

 span { border-color: rgb(250,207,17); }

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