Html Css Color HEX #FACF0E Tangerine Yellow

📋 copy color: '#FACF0E'

red 250 ◦ green 207 ◦ blue 14

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

Shades of Tangerine Yellow #FACF0E

Tints of Tangerine Yellow #FACF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.97%

R = 53.08%
G = 43.95%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FACF0E (or 0xFACF0E) is known color: Tangerine Yellow. HEX triplet: FA, CF and 0E. RGB value is (250,207,14). Sum of RGB (Red+Green+Blue) = 250+207+14=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF0E is #0530F1. Grayscale: #C6C6C6. Windows color (decimal): -340210 or 970746. OLE color: 970746.

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

Color convert

RGB 250 207 14 -
CMYK 0 0.17 0.94 0.02
HSL 49.07º 0.96% 0.52% -
HSV(B) 49.07º 0.94% 0.98% -
XYZ 61.82 64.98 9.7 -
YUV 197.86 24.25 165.19 -
System Red Green Blue C M Y K H S L
Decimal 250 207 14 0 0.17 0.94 0.02 49.07 0.96 0.52
Hex FA CF E 0 11 5E 2 31 60 34
Octal 372 317 16 0 21 136 2 61 140 64
Binary 11111010 11001111 1110 0 10001 1011110 10 110001 1100000 110100

Color Harmonies of #FACF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF0E

Black with #FACF0E

Text Example


Text Example

White with #FACF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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