#FDF13C

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

Shades of Gorse #FDF13C

Tints of Gorse #FDF13C

Color information

#FDF13C (or 0xFDF13C) is unknown color: approx Gorse. HEX triplet: FD, F1 and 3C. RGB value is (253,241,60). Sum of RGB (Red+Green+Blue) = 253+241+60=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 60 (23.83% from 255 or 10.83% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF13C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF13C is #020EC3. Grayscale: #E0E0E0. Windows color (decimal): -134852 or 3994109. OLE color: 3994109.

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

Color convert

RGB25324160-
CMYK00.050.760.01
HSL56.27º97.97%61.37%-
HSV(B)56.27º76.28%99.22%-
XYZ72.7884.1216.68-
YUV223.9535.48148.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 60 (23.83% from 255) = 10.83%
R=45.67%
G=43.50%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532416000.050.760.0156.2797.9761.37
HexFDF13C054C138623d
Octal375361740511417014275
Binary11111101111100011111000101100110011110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF13C; }

 p { color: rgb(253,241,60); }

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

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

 a { background-color: rgb(253,241,60); }

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

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

 span { border-color: rgb(253,241,60); }

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