Html Css Color HEX #FDB221 Dark Tangerine

📋 copy color: '#FDB221'

red 253 ◦ green 178 ◦ blue 33

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

Shades of Dark Tangerine #FDB221

Tints of Dark Tangerine #FDB221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 33 (13.28% from 255) = 7.11%

R = 54.53%
G = 38.36%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDB221 (or 0xFDB221) is known color: Dark Tangerine. HEX triplet: FD, B2 and 21. RGB value is (253,178,33). Sum of RGB (Red+Green+Blue) = 253+178+33=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB221 is #024DDE. Grayscale: #B8B8B8. Windows color (decimal): -151007 or 2208509. OLE color: 2208509.

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

Color convert

RGB 253 178 33 -
CMYK 0 0.30 0.87 0.01
HSL 39.55º 0.98% 0.56% -
HSV(B) 39.55º 0.87% 0.99% -
XYZ 56.7 52.83 8.65 -
YUV 183.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 253 178 33 0 0.30 0.87 0.01 39.55 0.98 0.56
Hex FD B2 21 0 1E 57 1 28 62 38
Octal 375 262 41 0 36 127 1 50 142 70
Binary 11111101 10110010 100001 0 11110 1010111 1 101000 1100010 111000

Color Harmonies of #FDB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB221

Black with #FDB221

Text Example


Text Example

White with #FDB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB221; }

 p { color: rgb(253,178,33); }

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

background-color css

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

 a { background-color: rgb(253,178,33); }

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

border-color css

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

 span { border-color: rgb(253,178,33); }

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