Html Css Color HEX #FDAC0C Dark Tangerine

📋 copy color: '#FDAC0C'

red 253 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #FDAC0C

Tints of Dark Tangerine #FDAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 57.89%
G = 39.36%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDAC0C (or 0xFDAC0C) is known color: Dark Tangerine. HEX triplet: FD, AC and 0C. RGB value is (253,172,12). Sum of RGB (Red+Green+Blue) = 253+172+12=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAC0C is #0253F3. Grayscale: #B2B2B2. Windows color (decimal): -152564 or 830717. OLE color: 830717.

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

Color convert

RGB 253 172 12 -
CMYK 0 0.32 0.95 0.01
HSL 39.83º 0.98% 0.52% -
HSV(B) 39.83º 0.95% 0.99% -
XYZ 55.33 50.41 7.16 -
YUV 177.98 34.34 181.51 -
System Red Green Blue C M Y K H S L
Decimal 253 172 12 0 0.32 0.95 0.01 39.83 0.98 0.52
Hex FD AC C 0 20 5F 1 28 62 34
Octal 375 254 14 0 40 137 1 50 142 64
Binary 11111101 10101100 1100 0 100000 1011111 1 101000 1100010 110100

Color Harmonies of #FDAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC0C

Black with #FDAC0C

Text Example


Text Example

White with #FDAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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