Html Css Color HEX #FDB020 Dark Tangerine

📋 copy color: '#FDB020'

red 253 ◦ green 176 ◦ blue 32

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

Shades of Dark Tangerine #FDB020

Tints of Dark Tangerine #FDB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

 BLUE value IS 32 (12.89% from 255) = 6.94%

R = 54.88%
G = 38.18%
B = 6.94%

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

#FDB020 (or 0xFDB020) is known color: Dark Tangerine. HEX triplet: FD, B0 and 20. RGB value is (253,176,32). Sum of RGB (Red+Green+Blue) = 253+176+32=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB020 is #024FDF. Grayscale: #B7B7B7. Windows color (decimal): -151520 or 2142461. OLE color: 2142461.

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

Color convert

RGB 253 176 32 -
CMYK 0 0.30 0.87 0.01
HSL 39.1º 0.98% 0.56% -
HSV(B) 39.1º 0.87% 0.99% -
XYZ 56.29 52.04 8.44 -
YUV 182.61 43.01 178.21 -
System Red Green Blue C M Y K H S L
Decimal 253 176 32 0 0.30 0.87 0.01 39.1 0.98 0.56
Hex FD B0 20 0 1E 57 1 27 62 38
Octal 375 260 40 0 36 127 1 47 142 70
Binary 11111101 10110000 100000 0 11110 1010111 1 100111 1100010 111000

Color Harmonies of #FDB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB020

Black with #FDB020

Text Example


Text Example

White with #FDB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB020; }

 p { color: rgb(253,176,32); }

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

background-color css

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

 a { background-color: rgb(253,176,32); }

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

border-color css

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

 span { border-color: rgb(253,176,32); }

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