Html Css Color HEX #FDA40C Dark Tangerine

📋 copy color: '#FDA40C'

red 253 ◦ green 164 ◦ blue 12

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

Shades of Dark Tangerine #FDA40C

Tints of Dark Tangerine #FDA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 58.97%
G = 38.23%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA40C (or 0xFDA40C) is known color: Dark Tangerine. HEX triplet: FD, A4 and 0C. RGB value is (253,164,12). Sum of RGB (Red+Green+Blue) = 253+164+12=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA40C is #025BF3. Grayscale: #ADADAD. Windows color (decimal): -154612 or 828669. OLE color: 828669.

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

Color convert

RGB 253 164 12 -
CMYK 0 0.35 0.95 0.01
HSL 37.84º 0.98% 0.52% -
HSV(B) 37.84º 0.95% 0.99% -
XYZ 53.85 47.46 6.67 -
YUV 173.28 36.99 184.86 -
System Red Green Blue C M Y K H S L
Decimal 253 164 12 0 0.35 0.95 0.01 37.84 0.98 0.52
Hex FD A4 C 0 23 5F 1 26 62 34
Octal 375 244 14 0 43 137 1 46 142 64
Binary 11111101 10100100 1100 0 100011 1011111 1 100110 1100010 110100

Color Harmonies of #FDA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA40C

Black with #FDA40C

Text Example


Text Example

White with #FDA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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