Html Css Color HEX #FDB412 Dark Tangerine

📋 copy color: '#FDB412'

red 253 ◦ green 180 ◦ blue 18

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

Shades of Dark Tangerine #FDB412

Tints of Dark Tangerine #FDB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.91%

 BLUE value IS 18 (7.42% from 255) = 3.99%

R = 56.1%
G = 39.91%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDB412 (or 0xFDB412) is known color: Dark Tangerine. HEX triplet: FD, B4 and 12. RGB value is (253,180,18). Sum of RGB (Red+Green+Blue) = 253+180+18=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB412 is #024BED. Grayscale: #B8B8B8. Windows color (decimal): -150510 or 1225981. OLE color: 1225981.

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

Color convert

RGB 253 180 18 -
CMYK 0 0.29 0.93 0.01
HSL 41.36º 0.98% 0.53% -
HSV(B) 41.36º 0.93% 0.99% -
XYZ 56.94 53.57 7.91 -
YUV 183.36 34.68 177.67 -
System Red Green Blue C M Y K H S L
Decimal 253 180 18 0 0.29 0.93 0.01 41.36 0.98 0.53
Hex FD B4 12 0 1D 5D 1 29 62 35
Octal 375 264 22 0 35 135 1 51 142 65
Binary 11111101 10110100 10010 0 11101 1011101 1 101001 1100010 110101

Color Harmonies of #FDB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB412

Black with #FDB412

Text Example


Text Example

White with #FDB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB412; }

 p { color: rgb(253,180,18); }

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

background-color css

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

 a { background-color: rgb(253,180,18); }

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

border-color css

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

 span { border-color: rgb(253,180,18); }

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