#FDF232

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

Shades of Gorse #FDF232

Tints of Gorse #FDF232

Color information

#FDF232 (or 0xFDF232) is unknown color: approx Gorse. HEX triplet: FD, F2 and 32. RGB value is (253,242,50). Sum of RGB (Red+Green+Blue) = 253+242+50=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 50 (19.92% from 255 or 9.17% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF232 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF232 is #020DCD. Grayscale: #E0E0E0. Windows color (decimal): -134606 or 3339005. OLE color: 3339005.

HSL color Cylindrical-coordinate representation of color #FDF232: hue angle of 56.75º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDF232 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB25324250-
CMYK00.040.800.01
HSL56.75º98.07%59.41%-
HSV(B)56.75º80.24%99.22%-
XYZ72.8484.6215.51-
YUV223.430.14149.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 50 (19.92% from 255) = 9.17%
R=46.42%
G=44.40%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532425000.040.800.0156.7598.0759.41
HexFDF2320450139623b
Octal375362620412017114273
Binary11111101111100101100100100101000011110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF232; }

 p { color: rgb(253,242,50); }

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

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

 a { background-color: rgb(253,242,50); }

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

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

 span { border-color: rgb(253,242,50); }

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