Html Css Color HEX #FCAB1D Dark Tangerine

📋 copy color: '#FCAB1D'

red 252 ◦ green 171 ◦ blue 29

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

Shades of Dark Tangerine #FCAB1D

Tints of Dark Tangerine #FCAB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 55.75%
G = 37.83%
B = 6.42%

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

#FCAB1D (or 0xFCAB1D) is known color: Dark Tangerine. HEX triplet: FC, AB and 1D. RGB value is (252,171,29). Sum of RGB (Red+Green+Blue) = 252+171+29=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB1D is #0354E2. Grayscale: #B3B3B3. Windows color (decimal): -218339 or 1944572. OLE color: 1944572.

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

Color convert

RGB 252 171 29 -
CMYK 0 0.32 0.88 0.01
HSL 38.21º 0.97% 0.55% -
HSV(B) 38.21º 0.88% 0.99% -
XYZ 54.93 49.91 7.9 -
YUV 179.03 43.34 180.05 -
System Red Green Blue C M Y K H S L
Decimal 252 171 29 0 0.32 0.88 0.01 38.21 0.97 0.55
Hex FC AB 1D 0 20 58 1 26 61 37
Octal 374 253 35 0 40 130 1 46 141 67
Binary 11111100 10101011 11101 0 100000 1011000 1 100110 1100001 110111

Color Harmonies of #FCAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB1D

Black with #FCAB1D

Text Example


Text Example

White with #FCAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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