#FFF533

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

Shades of Gorse #FFF533

Tints of Gorse #FFF533

Color information

#FFF533 (or 0xFFF533) is unknown color: approx Gorse. HEX triplet: FF, F5 and 33. RGB value is (255,245,51). Sum of RGB (Red+Green+Blue) = 255+245+51=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 51 (20.31% from 255 or 9.26% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF533 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF533 is #000ACC. Grayscale: #E2E2E2. Windows color (decimal): -2765 or 3405311. OLE color: 3405311.

HSL color Cylindrical-coordinate representation of color #FFF533: hue angle of 57.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFF533 is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB25524551-
CMYK00.040.80
HSL57.06º100%60%-
HSV(B)57.06º80%100%-
XYZ74.4986.815.96-
YUV225.8729.31148.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 245 (96.09% from 255) = 44.46%
BLUE value IS 51 (20.31% from 255) = 9.26%
R=46.28%
G=44.46%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552455100.040.8057.0610060
HexFFF5330450039643c
Octal377365630412007114474
Binary11111111111101011100110100101000001110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF533; }

 p { color: rgb(255,245,51); }

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

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

 a { background-color: rgb(255,245,51); }

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

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

 span { border-color: rgb(255,245,51); }

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