Html Css Color HEX #FDA11B Dark Tangerine

📋 copy color: '#FDA11B'

red 253 ◦ green 161 ◦ blue 27

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

Shades of Dark Tangerine #FDA11B

Tints of Dark Tangerine #FDA11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.51%

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

R = 57.37%
G = 36.51%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDA11B (or 0xFDA11B) is known color: Dark Tangerine. HEX triplet: FD, A1 and 1B. RGB value is (253,161,27). Sum of RGB (Red+Green+Blue) = 253+161+27=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA11B is #025EE4. Grayscale: #ADADAD. Windows color (decimal): -155365 or 1810941. OLE color: 1810941.

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

Color convert

RGB 253 161 27 -
CMYK 0 0.36 0.89 0.01
HSL 35.58º 0.98% 0.55% -
HSV(B) 35.58º 0.89% 0.99% -
XYZ 53.45 46.45 7.19 -
YUV 173.23 45.48 184.9 -
System Red Green Blue C M Y K H S L
Decimal 253 161 27 0 0.36 0.89 0.01 35.58 0.98 0.55
Hex FD A1 1B 0 24 59 1 24 62 37
Octal 375 241 33 0 44 131 1 44 142 67
Binary 11111101 10100001 11011 0 100100 1011001 1 100100 1100010 110111

Color Harmonies of #FDA11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA11B

Black with #FDA11B

Text Example


Text Example

White with #FDA11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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