Html Css Color HEX #FDAC1D Dark Tangerine

📋 copy color: '#FDAC1D'

red 253 ◦ green 172 ◦ blue 29

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

Shades of Dark Tangerine #FDAC1D

Tints of Dark Tangerine #FDAC1D

RGB

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

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

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

R = 55.73%
G = 37.89%
B = 6.39%

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

#FDAC1D (or 0xFDAC1D) is known color: Dark Tangerine. HEX triplet: FD, AC and 1D. RGB value is (253,172,29). Sum of RGB (Red+Green+Blue) = 253+172+29=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC1D is #0253E2. Grayscale: #B4B4B4. Windows color (decimal): -152547 or 1944829. OLE color: 1944829.

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

Color convert

RGB 253 172 29 -
CMYK 0 0.32 0.89 0.01
HSL 38.3º 0.98% 0.55% -
HSV(B) 38.3º 0.89% 0.99% -
XYZ 55.48 50.48 7.98 -
YUV 179.92 42.84 180.13 -
System Red Green Blue C M Y K H S L
Decimal 253 172 29 0 0.32 0.89 0.01 38.3 0.98 0.55
Hex FD AC 1D 0 20 59 1 26 62 37
Octal 375 254 35 0 40 131 1 46 142 67
Binary 11111101 10101100 11101 0 100000 1011001 1 100110 1100010 110111

Color Harmonies of #FDAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC1D

Black with #FDAC1D

Text Example


Text Example

White with #FDAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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