Html Css Color HEX #FDB01B Dark Tangerine

📋 copy color: '#FDB01B'

red 253 ◦ green 176 ◦ blue 27

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

Shades of Dark Tangerine #FDB01B

Tints of Dark Tangerine #FDB01B

RGB

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

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

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

R = 55.48%
G = 38.6%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDB01B (or 0xFDB01B) is known color: Dark Tangerine. HEX triplet: FD, B0 and 1B. RGB value is (253,176,27). Sum of RGB (Red+Green+Blue) = 253+176+27=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB01B is #024FE4. Grayscale: #B6B6B6. Windows color (decimal): -151525 or 1814781. OLE color: 1814781.

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

Color convert

RGB 253 176 27 -
CMYK 0 0.30 0.89 0.01
HSL 39.56º 0.98% 0.55% -
HSV(B) 39.56º 0.89% 0.99% -
XYZ 56.23 52.01 8.11 -
YUV 182.04 40.51 178.62 -
System Red Green Blue C M Y K H S L
Decimal 253 176 27 0 0.30 0.89 0.01 39.56 0.98 0.55
Hex FD B0 1B 0 1E 59 1 28 62 37
Octal 375 260 33 0 36 131 1 50 142 67
Binary 11111101 10110000 11011 0 11110 1011001 1 101000 1100010 110111

Color Harmonies of #FDB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB01B

Black with #FDB01B

Text Example


Text Example

White with #FDB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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