#FDB43F

Color #FDB43F Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FDB43F

Tints of Yellow Orange #FDB43F

Color information

#FDB43F (or 0xFDB43F) is unknown color: approx Yellow Orange. HEX triplet: FD, B4 and 3F. RGB value is (253,180,63). Sum of RGB (Red+Green+Blue) = 253+180+63=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB43F is #024BC0. Grayscale: #BDBDBD. Windows color (decimal): -150465 or 4175101. OLE color: 4175101.

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

Color convert

RGB25318063-
CMYK00.290.750.01
HSL36.95º97.94%61.96%-
HSV(B)36.95º75.1%99.22%-
XYZ57.7353.8812.06-
YUV188.4957.18174.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.01%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 63 (25% from 255) = 12.70%
R=51.01%
G=36.29%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531806300.290.750.0136.9597.9461.96
HexFDB43F01D4B125623e
Octal3752647703511314514276
Binary1111110110110100111111011101100101111001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB43F; }

 p { color: rgb(253,180,63); }

 H1.HeaderClassName
 {
   color: #FDB43F;
 }
 .AnyTagClassName
 {
   color: #FDB43F;
 }
</style>
background-color css

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

 a { background-color: rgb(253,180,63); }

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

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

 span { border-color: rgb(253,180,63); }

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