Html Css Color HEX #FDB30E Dark Tangerine

📋 copy color: '#FDB30E'

red 253 ◦ green 179 ◦ blue 14

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

Shades of Dark Tangerine #FDB30E

Tints of Dark Tangerine #FDB30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.14%

R = 56.73%
G = 40.13%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDB30E (or 0xFDB30E) is known color: Dark Tangerine. HEX triplet: FD, B3 and 0E. RGB value is (253,179,14). Sum of RGB (Red+Green+Blue) = 253+179+14=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB30E is #024CF1. Grayscale: #B7B7B7. Windows color (decimal): -150770 or 963581. OLE color: 963581.

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

Color convert

RGB 253 179 14 -
CMYK 0 0.29 0.94 0.01
HSL 41.42º 0.98% 0.52% -
HSV(B) 41.42º 0.94% 0.99% -
XYZ 56.71 53.15 7.69 -
YUV 182.32 33.02 178.42 -
System Red Green Blue C M Y K H S L
Decimal 253 179 14 0 0.29 0.94 0.01 41.42 0.98 0.52
Hex FD B3 E 0 1D 5E 1 29 62 34
Octal 375 263 16 0 35 136 1 51 142 64
Binary 11111101 10110011 1110 0 11101 1011110 1 101001 1100010 110100

Color Harmonies of #FDB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB30E

Black with #FDB30E

Text Example


Text Example

White with #FDB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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