#FFF226

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

Shades of Gorse #FFF226

Tints of Gorse #FFF226

Color information

#FFF226 (or 0xFFF226) is unknown color: approx Gorse. HEX triplet: FF, F2 and 26. RGB value is (255,242,38). Sum of RGB (Red+Green+Blue) = 255+242+38=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 38 (15.23% from 255 or 7.10% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF226 is #000DD9. Grayscale: #DFDFDF. Windows color (decimal): -3546 or 2552575. OLE color: 2552575.

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

Color convert

RGB25524238-
CMYK00.050.850
HSL56.41º100%57.45%-
HSV(B)56.41º85.1%100%-
XYZ73.3484.914.36-
YUV222.6323.81151.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 242 (94.92% from 255) = 45.23%
BLUE value IS 38 (15.23% from 255) = 7.10%
R=47.66%
G=45.23%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552423800.050.85056.4110057.45
HexFFF22605550386439
Octal377362460512507014471
Binary11111111111100101001100101101010101110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF226; }

 p { color: rgb(255,242,38); }

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

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

 a { background-color: rgb(255,242,38); }

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

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

 span { border-color: rgb(255,242,38); }

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