Html Css Color HEX #FDB41E Dark Tangerine

📋 copy color: '#FDB41E'

red 253 ◦ green 180 ◦ blue 30

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

Shades of Dark Tangerine #FDB41E

Tints of Dark Tangerine #FDB41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.48%

R = 54.64%
G = 38.88%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDB41E (or 0xFDB41E) is known color: Dark Tangerine. HEX triplet: FD, B4 and 1E. RGB value is (253,180,30). Sum of RGB (Red+Green+Blue) = 253+180+30=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB41E is #024BE1. Grayscale: #B9B9B9. Windows color (decimal): -150498 or 2012413. OLE color: 2012413.

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

Color convert

RGB 253 180 30 -
CMYK 0 0.29 0.88 0.01
HSL 40.36º 0.98% 0.55% -
HSV(B) 40.36º 0.88% 0.99% -
XYZ 57.06 53.62 8.57 -
YUV 184.73 40.68 176.7 -
System Red Green Blue C M Y K H S L
Decimal 253 180 30 0 0.29 0.88 0.01 40.36 0.98 0.55
Hex FD B4 1E 0 1D 58 1 28 62 37
Octal 375 264 36 0 35 130 1 50 142 67
Binary 11111101 10110100 11110 0 11101 1011000 1 101000 1100010 110111

Color Harmonies of #FDB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB41E

Black with #FDB41E

Text Example


Text Example

White with #FDB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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