Html Css Color HEX #FDAC1C Dark Tangerine

📋 copy color: '#FDAC1C'

red 253 ◦ green 172 ◦ blue 28

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

Shades of Dark Tangerine #FDAC1C

Tints of Dark Tangerine #FDAC1C

RGB

 RED value IS 253 (99.22% from 255) = 55.85%

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

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

R = 55.85%
G = 37.97%
B = 6.18%

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

#FDAC1C (or 0xFDAC1C) is known color: Dark Tangerine. HEX triplet: FD, AC and 1C. RGB value is (253,172,28). Sum of RGB (Red+Green+Blue) = 253+172+28=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC1C is #0253E3. Grayscale: #B4B4B4. Windows color (decimal): -152548 or 1879293. OLE color: 1879293.

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

Color convert

RGB 253 172 28 -
CMYK 0 0.32 0.89 0.01
HSL 38.4º 0.98% 0.55% -
HSV(B) 38.4º 0.89% 0.99% -
XYZ 55.47 50.47 7.92 -
YUV 179.8 42.34 180.21 -
System Red Green Blue C M Y K H S L
Decimal 253 172 28 0 0.32 0.89 0.01 38.4 0.98 0.55
Hex FD AC 1C 0 20 59 1 26 62 37
Octal 375 254 34 0 40 131 1 46 142 67
Binary 11111101 10101100 11100 0 100000 1011001 1 100110 1100010 110111

Color Harmonies of #FDAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC1C

Black with #FDAC1C

Text Example


Text Example

White with #FDAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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