Html Css Color HEX #FACF00 Tangerine Yellow

📋 copy color: '#FACF00'

red 250 ◦ green 207 ◦ blue 0

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

Shades of Tangerine Yellow #FACF00

Tints of Tangerine Yellow #FACF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.7%
G = 45.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FACF00 (or 0xFACF00) is known color: Tangerine Yellow. HEX triplet: FA, CF and 00. RGB value is (250,207,0). Sum of RGB (Red+Green+Blue) = 250+207+0=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF00 is #0530FF. Grayscale: #C5C5C5. Windows color (decimal): -340224 or 53242. OLE color: 53242.

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

Color convert

RGB 250 207 0 -
CMYK 0 0.17 1 0.02
HSL 49.68º 1% 0.49% -
HSV(B) 49.68º 1% 0.98% -
XYZ 61.74 64.95 9.28 -
YUV 196.26 17.25 166.33 -
System Red Green Blue C M Y K H S L
Decimal 250 207 0 0 0.17 1 0.02 49.68 1 0.49
Hex FA CF 0 0 11 64 2 32 64 31
Octal 372 317 0 0 21 144 2 62 144 61
Binary 11111010 11001111 0 0 10001 1100100 10 110010 1100100 110001

Color Harmonies of #FACF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF00

Black with #FACF00

Text Example


Text Example

White with #FACF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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