Html Css Color HEX #FDB20B Dark Tangerine

📋 copy color: '#FDB20B'

red 253 ◦ green 178 ◦ blue 11

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

Shades of Dark Tangerine #FDB20B

Tints of Dark Tangerine #FDB20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.49%

R = 57.24%
G = 40.27%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDB20B (or 0xFDB20B) is known color: Dark Tangerine. HEX triplet: FD, B2 and 0B. RGB value is (253,178,11). Sum of RGB (Red+Green+Blue) = 253+178+11=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB20B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB20B is #024DF4. Grayscale: #B6B6B6. Windows color (decimal): -151029 or 766717. OLE color: 766717.

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

Color convert

RGB 253 178 11 -
CMYK 0 0.30 0.96 0.01
HSL 41.4º 0.98% 0.52% -
HSV(B) 41.4º 0.96% 0.99% -
XYZ 56.49 52.75 7.52 -
YUV 181.39 31.85 179.08 -
System Red Green Blue C M Y K H S L
Decimal 253 178 11 0 0.30 0.96 0.01 41.4 0.98 0.52
Hex FD B2 B 0 1E 60 1 29 62 34
Octal 375 262 13 0 36 140 1 51 142 64
Binary 11111101 10110010 1011 0 11110 1100000 1 101001 1100010 110100

Color Harmonies of #FDB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB20B

Black with #FDB20B

Text Example


Text Example

White with #FDB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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