Html Css Color HEX #FCAB1F Dark Tangerine

📋 copy color: '#FCAB1F'

red 252 ◦ green 171 ◦ blue 31

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

Shades of Dark Tangerine #FCAB1F

Tints of Dark Tangerine #FCAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.83%

R = 55.51%
G = 37.67%
B = 6.83%

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

#FCAB1F (or 0xFCAB1F) is known color: Dark Tangerine. HEX triplet: FC, AB and 1F. RGB value is (252,171,31). Sum of RGB (Red+Green+Blue) = 252+171+31=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB1F is #0354E0. Grayscale: #B3B3B3. Windows color (decimal): -218337 or 2075644. OLE color: 2075644.

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

Color convert

RGB 252 171 31 -
CMYK 0 0.32 0.88 0.01
HSL 38.01º 0.97% 0.55% -
HSV(B) 38.01º 0.88% 0.99% -
XYZ 54.96 49.92 8.04 -
YUV 179.26 44.34 179.88 -
System Red Green Blue C M Y K H S L
Decimal 252 171 31 0 0.32 0.88 0.01 38.01 0.97 0.55
Hex FC AB 1F 0 20 58 1 26 61 37
Octal 374 253 37 0 40 130 1 46 141 67
Binary 11111100 10101011 11111 0 100000 1011000 1 100110 1100001 110111

Color Harmonies of #FCAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB1F

Black with #FCAB1F

Text Example


Text Example

White with #FCAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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