Html Css Color HEX #FCAC1D Dark Tangerine

📋 copy color: '#FCAC1D'

red 252 ◦ green 172 ◦ blue 29

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

Shades of Dark Tangerine #FCAC1D

Tints of Dark Tangerine #FCAC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.4%

R = 55.63%
G = 37.97%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCAC1D (or 0xFCAC1D) is known color: Dark Tangerine. HEX triplet: FC, AC and 1D. RGB value is (252,172,29). Sum of RGB (Red+Green+Blue) = 252+172+29=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 29 (11.72% from 255 or 6.40% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC1D is #0353E2. Grayscale: #B4B4B4. Windows color (decimal): -218083 or 1944828. OLE color: 1944828.

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

Color convert

RGB 252 172 29 -
CMYK 0 0.32 0.88 0.01
HSL 38.48º 0.97% 0.55% -
HSV(B) 38.48º 0.88% 0.99% -
XYZ 55.12 50.29 7.96 -
YUV 179.62 43 179.63 -
System Red Green Blue C M Y K H S L
Decimal 252 172 29 0 0.32 0.88 0.01 38.48 0.97 0.55
Hex FC AC 1D 0 20 58 1 26 61 37
Octal 374 254 35 0 40 130 1 46 141 67
Binary 11111100 10101100 11101 0 100000 1011000 1 100110 1100001 110111

Color Harmonies of #FCAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC1D

Black with #FCAC1D

Text Example


Text Example

White with #FCAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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