Html Css Color HEX #FDB41B Dark Tangerine

📋 copy color: '#FDB41B'

red 253 ◦ green 180 ◦ blue 27

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

Shades of Dark Tangerine #FDB41B

Tints of Dark Tangerine #FDB41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.87%

R = 55%
G = 39.13%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDB41B (or 0xFDB41B) is known color: Dark Tangerine. HEX triplet: FD, B4 and 1B. RGB value is (253,180,27). Sum of RGB (Red+Green+Blue) = 253+180+27=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB41B is #024BE4. Grayscale: #B9B9B9. Windows color (decimal): -150501 or 1815805. OLE color: 1815805.

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

Color convert

RGB 253 180 27 -
CMYK 0 0.29 0.89 0.01
HSL 40.62º 0.98% 0.55% -
HSV(B) 40.62º 0.89% 0.99% -
XYZ 57.03 53.6 8.38 -
YUV 184.39 39.18 176.94 -
System Red Green Blue C M Y K H S L
Decimal 253 180 27 0 0.29 0.89 0.01 40.62 0.98 0.55
Hex FD B4 1B 0 1D 59 1 29 62 37
Octal 375 264 33 0 35 131 1 51 142 67
Binary 11111101 10110100 11011 0 11101 1011001 1 101001 1100010 110111

Color Harmonies of #FDB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB41B

Black with #FDB41B

Text Example


Text Example

White with #FDB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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