Html Css Color HEX #FDB31E Dark Tangerine

📋 copy color: '#FDB31E'

red 253 ◦ green 179 ◦ blue 30

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

Shades of Dark Tangerine #FDB31E

Tints of Dark Tangerine #FDB31E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

 BLUE value IS 30 (12.11% from 255) = 6.49%

R = 54.76%
G = 38.74%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDB31E (or 0xFDB31E) is known color: Dark Tangerine. HEX triplet: FD, B3 and 1E. RGB value is (253,179,30). Sum of RGB (Red+Green+Blue) = 253+179+30=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB31E is #024CE1. Grayscale: #B8B8B8. Windows color (decimal): -150754 or 2012157. OLE color: 2012157.

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

Color convert

RGB 253 179 30 -
CMYK 0 0.29 0.88 0.01
HSL 40.09º 0.98% 0.55% -
HSV(B) 40.09º 0.88% 0.99% -
XYZ 56.86 53.22 8.5 -
YUV 184.14 41.02 177.12 -
System Red Green Blue C M Y K H S L
Decimal 253 179 30 0 0.29 0.88 0.01 40.09 0.98 0.55
Hex FD B3 1E 0 1D 58 1 28 62 37
Octal 375 263 36 0 35 130 1 50 142 67
Binary 11111101 10110011 11110 0 11101 1011000 1 101000 1100010 110111

Color Harmonies of #FDB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB31E

Black with #FDB31E

Text Example


Text Example

White with #FDB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB31E; }

 p { color: rgb(253,179,30); }

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

background-color css

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

 a { background-color: rgb(253,179,30); }

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

border-color css

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

 span { border-color: rgb(253,179,30); }

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