Html Css Color HEX #FCB313 Dark Tangerine

📋 copy color: '#FCB313'

red 252 ◦ green 179 ◦ blue 19

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

Shades of Dark Tangerine #FCB313

Tints of Dark Tangerine #FCB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 19 (7.81% from 255) = 4.22%

R = 56%
G = 39.78%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCB313 (or 0xFCB313) is known color: Dark Tangerine. HEX triplet: FC, B3 and 13. RGB value is (252,179,19). Sum of RGB (Red+Green+Blue) = 252+179+19=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB313 is #034CEC. Grayscale: #B7B7B7. Windows color (decimal): -216301 or 1291260. OLE color: 1291260.

HSL color Cylindrical-coordinate representation of color #FCB313: hue angle of 41.2º 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 #FCB313 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 19 -
CMYK 0 0.29 0.92 0.01
HSL 41.2º 0.97% 0.53% -
HSV(B) 41.2º 0.92% 0.99% -
XYZ 56.38 52.98 7.87 -
YUV 182.59 35.68 177.51 -
System Red Green Blue C M Y K H S L
Decimal 252 179 19 0 0.29 0.92 0.01 41.2 0.97 0.53
Hex FC B3 13 0 1D 5C 1 29 61 35
Octal 374 263 23 0 35 134 1 51 141 65
Binary 11111100 10110011 10011 0 11101 1011100 1 101001 1100001 110101

Color Harmonies of #FCB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB313

Black with #FCB313

Text Example


Text Example

White with #FCB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB313; }

 p { color: rgb(252,179,19); }

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

background-color css

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

 a { background-color: rgb(252,179,19); }

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

border-color css

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

 span { border-color: rgb(252,179,19); }

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