Html Css Color HEX #FACF0D Tangerine Yellow

📋 copy color: '#FACF0D'

red 250 ◦ green 207 ◦ blue 13

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

Shades of Tangerine Yellow #FACF0D

Tints of Tangerine Yellow #FACF0D

RGB

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

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

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

R = 53.19%
G = 44.04%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FACF0D (or 0xFACF0D) is known color: Tangerine Yellow. HEX triplet: FA, CF and 0D. RGB value is (250,207,13). Sum of RGB (Red+Green+Blue) = 250+207+13=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF0D is #0530F2. Grayscale: #C6C6C6. Windows color (decimal): -340211 or 905210. OLE color: 905210.

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

Color convert

RGB 250 207 13 -
CMYK 0 0.17 0.95 0.02
HSL 49.11º 0.96% 0.52% -
HSV(B) 49.11º 0.95% 0.98% -
XYZ 61.81 64.98 9.67 -
YUV 197.74 23.75 165.27 -
System Red Green Blue C M Y K H S L
Decimal 250 207 13 0 0.17 0.95 0.02 49.11 0.96 0.52
Hex FA CF D 0 11 5F 2 31 60 34
Octal 372 317 15 0 21 137 2 61 140 64
Binary 11111010 11001111 1101 0 10001 1011111 10 110001 1100000 110100

Color Harmonies of #FACF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF0D

Black with #FACF0D

Text Example


Text Example

White with #FACF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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