#FDF22D

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

Shades of Gorse #FDF22D

Tints of Gorse #FDF22D

Color information

#FDF22D (or 0xFDF22D) is unknown color: approx Gorse. HEX triplet: FD, F2 and 2D. RGB value is (253,242,45). Sum of RGB (Red+Green+Blue) = 253+242+45=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF22D is #020DD2. Grayscale: #DFDFDF. Windows color (decimal): -134611 or 3011325. OLE color: 3011325.

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

Color convert

RGB25324245-
CMYK00.040.820.01
HSL56.83º98.11%58.43%-
HSV(B)56.83º82.21%99.22%-
XYZ72.7384.5814.97-
YUV222.8327.64149.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.85%
GREEN value IS 242 (94.92% from 255) = 44.81%
BLUE value IS 45 (17.97% from 255) = 8.33%
R=46.85%
G=44.81%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532424500.040.820.0156.8398.1158.43
HexFDF22D0452139623a
Octal375362550412217114272
Binary11111101111100101011010100101001011110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF22D; }

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

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

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

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

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

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

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

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