Html Css Color HEX #FDAC1A Dark Tangerine

📋 copy color: '#FDAC1A'

red 253 ◦ green 172 ◦ blue 26

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

Shades of Dark Tangerine #FDAC1A

Tints of Dark Tangerine #FDAC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.76%

R = 56.1%
G = 38.14%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDAC1A (or 0xFDAC1A) is known color: Dark Tangerine. HEX triplet: FD, AC and 1A. RGB value is (253,172,26). Sum of RGB (Red+Green+Blue) = 253+172+26=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC1A is #0253E5. Grayscale: #B4B4B4. Windows color (decimal): -152550 or 1748221. OLE color: 1748221.

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

Color convert

RGB 253 172 26 -
CMYK 0 0.32 0.90 0.01
HSL 38.59º 0.98% 0.55% -
HSV(B) 38.59º 0.9% 0.99% -
XYZ 55.45 50.46 7.8 -
YUV 179.58 41.34 180.37 -
System Red Green Blue C M Y K H S L
Decimal 253 172 26 0 0.32 0.90 0.01 38.59 0.98 0.55
Hex FD AC 1A 0 20 5A 1 27 62 37
Octal 375 254 32 0 40 132 1 47 142 67
Binary 11111101 10101100 11010 0 100000 1011010 1 100111 1100010 110111

Color Harmonies of #FDAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC1A

Black with #FDAC1A

Text Example


Text Example

White with #FDAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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