Html Css Color HEX #FCB320 Dark Tangerine

📋 copy color: '#FCB320'

red 252 ◦ green 179 ◦ blue 32

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

Shades of Dark Tangerine #FCB320

Tints of Dark Tangerine #FCB320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.91%

R = 54.43%
G = 38.66%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCB320 (or 0xFCB320) is known color: Dark Tangerine. HEX triplet: FC, B3 and 20. RGB value is (252,179,32). Sum of RGB (Red+Green+Blue) = 252+179+32=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB320 is #034CDF. Grayscale: #B8B8B8. Windows color (decimal): -216288 or 2143228. OLE color: 2143228.

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

Color convert

RGB 252 179 32 -
CMYK 0 0.29 0.87 0.01
HSL 40.09º 0.97% 0.56% -
HSV(B) 40.09º 0.87% 0.99% -
XYZ 56.53 53.04 8.63 -
YUV 184.07 42.18 176.45 -
System Red Green Blue C M Y K H S L
Decimal 252 179 32 0 0.29 0.87 0.01 40.09 0.97 0.56
Hex FC B3 20 0 1D 57 1 28 61 38
Octal 374 263 40 0 35 127 1 50 141 70
Binary 11111100 10110011 100000 0 11101 1010111 1 101000 1100001 111000

Color Harmonies of #FCB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB320

Black with #FCB320

Text Example


Text Example

White with #FCB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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