#FFFE35

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

Shades of Gorse #FFFE35

Tints of Gorse #FFFE35

Color information

#FFFE35 (or 0xFFFE35) is unknown color: approx Gorse. HEX triplet: FF, FE and 35. RGB value is (255,254,53). Sum of RGB (Red+Green+Blue) = 255+254+53=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 53 (21.09% from 255 or 9.43% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE35 is #0001CA. Grayscale: #E8E8E8. Windows color (decimal): -459 or 3538687. OLE color: 3538687.

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

Color convert

RGB25525453-
CMYK00.000.790
HSL59.7º100%60.39%-
HSV(B)59.7º79.22%100%-
XYZ77.3292.417.13-
YUV231.3827.33144.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 254 (99.61% from 255) = 45.20%
BLUE value IS 53 (21.09% from 255) = 9.43%
R=45.37%
G=45.20%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552545300.000.79059.710060.39
HexFFFE35004F03c643c
Octal377376650011707414474
Binary111111111111111011010100100111101111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE35; }

 p { color: rgb(255,254,53); }

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

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

 a { background-color: rgb(255,254,53); }

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

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

 span { border-color: rgb(255,254,53); }

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