Html Css Color HEX #FCB914 Dark Tangerine

📋 copy color: '#FCB914'

red 252 ◦ green 185 ◦ blue 20

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

Shades of Dark Tangerine #FCB914

Tints of Dark Tangerine #FCB914

RGB

 RED value IS 252 (98.83% from 255) = 55.14%

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 55.14%
G = 40.48%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCB914 (or 0xFCB914) is known color: Dark Tangerine. HEX triplet: FC, B9 and 14. RGB value is (252,185,20). Sum of RGB (Red+Green+Blue) = 252+185+20=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB914 is #0346EB. Grayscale: #BABABA. Windows color (decimal): -214764 or 1358332. OLE color: 1358332.

HSL color Cylindrical-coordinate representation of color #FCB914: hue angle of 42.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCB914 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 20 -
CMYK 0 0.27 0.92 0.01
HSL 42.67º 0.97% 0.53% -
HSV(B) 42.67º 0.92% 0.99% -
XYZ 57.62 55.44 8.33 -
YUV 186.22 34.2 174.92 -
System Red Green Blue C M Y K H S L
Decimal 252 185 20 0 0.27 0.92 0.01 42.67 0.97 0.53
Hex FC B9 14 0 1B 5C 1 2B 61 35
Octal 374 271 24 0 33 134 1 53 141 65
Binary 11111100 10111001 10100 0 11011 1011100 1 101011 1100001 110101

Color Harmonies of #FCB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB914

Black with #FCB914

Text Example


Text Example

White with #FCB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB914; }

 p { color: rgb(252,185,20); }

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

background-color css

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

 a { background-color: rgb(252,185,20); }

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

border-color css

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

 span { border-color: rgb(252,185,20); }

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