#FDCB34

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

Shades of Sunglow #FDCB34

Tints of Sunglow #FDCB34

Color information

#FDCB34 (or 0xFDCB34) is unknown color: approx Sunglow. HEX triplet: FD, CB and 34. RGB value is (253,203,52). Sum of RGB (Red+Green+Blue) = 253+203+52=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB34 is #0234CB. Grayscale: #C9C9C9. Windows color (decimal): -144588 or 3460093. OLE color: 3460093.

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

Color convert

RGB25320352-
CMYK00.200.790.01
HSL45.07º98.05%59.8%-
HSV(B)45.07º79.45%99.22%-
XYZ62.4863.8412.28-
YUV200.7444.06165.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 52 (20.70% from 255) = 10.24%
R=49.80%
G=39.96%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532035200.200.790.0145.0798.0559.8
HexFDCB340144F12d623c
Octal3753136402411715514274
Binary1111110111001011110100010100100111111011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB34; }

 p { color: rgb(253,203,52); }

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

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

 a { background-color: rgb(253,203,52); }

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

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

 span { border-color: rgb(253,203,52); }

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