Html Css Color HEX #FCAC1C Dark Tangerine

📋 copy color: '#FCAC1C'

red 252 ◦ green 172 ◦ blue 28

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

Shades of Dark Tangerine #FCAC1C

Tints of Dark Tangerine #FCAC1C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 28 (11.33% from 255) = 6.19%

R = 55.75%
G = 38.05%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCAC1C (or 0xFCAC1C) is known color: Dark Tangerine. HEX triplet: FC, AC and 1C. RGB value is (252,172,28). Sum of RGB (Red+Green+Blue) = 252+172+28=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC1C is #0353E3. Grayscale: #B4B4B4. Windows color (decimal): -218084 or 1879292. OLE color: 1879292.

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

Color convert

RGB 252 172 28 -
CMYK 0 0.32 0.89 0.01
HSL 38.57º 0.97% 0.55% -
HSV(B) 38.57º 0.89% 0.99% -
XYZ 55.11 50.28 7.9 -
YUV 179.5 42.5 179.71 -
System Red Green Blue C M Y K H S L
Decimal 252 172 28 0 0.32 0.89 0.01 38.57 0.97 0.55
Hex FC AC 1C 0 20 59 1 27 61 37
Octal 374 254 34 0 40 131 1 47 141 67
Binary 11111100 10101100 11100 0 100000 1011001 1 100111 1100001 110111

Color Harmonies of #FCAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC1C

Black with #FCAC1C

Text Example


Text Example

White with #FCAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC1C; }

 p { color: rgb(252,172,28); }

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

background-color css

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

 a { background-color: rgb(252,172,28); }

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

border-color css

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

 span { border-color: rgb(252,172,28); }

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