#FFF231

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

Shades of Gorse #FFF231

Tints of Gorse #FFF231

Color information

#FFF231 (or 0xFFF231) is unknown color: approx Gorse. HEX triplet: FF, F2 and 31. RGB value is (255,242,49). Sum of RGB (Red+Green+Blue) = 255+242+49=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 49 (19.53% from 255 or 8.97% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF231 is #000DCE. Grayscale: #E0E0E0. Windows color (decimal): -3535 or 3273471. OLE color: 3273471.

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

Color convert

RGB25524249-
CMYK00.050.810
HSL56.21º100%59.61%-
HSV(B)56.21º80.78%100%-
XYZ73.5584.9915.43-
YUV223.8829.31150.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 242 (94.92% from 255) = 44.32%
BLUE value IS 49 (19.53% from 255) = 8.97%
R=46.70%
G=44.32%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552424900.050.81056.2110059.61
HexFFF2310551038643c
Octal377362610512107014474
Binary11111111111100101100010101101000101110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF231; }

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

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

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

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

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

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

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

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