#FFF43A

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

Shades of Gorse #FFF43A

Tints of Gorse #FFF43A

Color information

#FFF43A (or 0xFFF43A) is unknown color: approx Gorse. HEX triplet: FF, F4 and 3A. RGB value is (255,244,58). Sum of RGB (Red+Green+Blue) = 255+244+58=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 58 (23.05% from 255 or 10.41% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF43A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF43A is #000BC5. Grayscale: #E2E2E2. Windows color (decimal): -3014 or 3863807. OLE color: 3863807.

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

Color convert

RGB25524458-
CMYK00.040.770
HSL56.65º100%61.37%-
HSV(B)56.65º77.25%100%-
XYZ74.3586.2716.74-
YUV226.0833.14148.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 58 (23.05% from 255) = 10.41%
R=45.78%
G=43.81%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552445800.040.77056.6510061.37
HexFFF43A044D039643d
Octal377364720411507114475
Binary11111111111101001110100100100110101110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF43A; }

 p { color: rgb(255,244,58); }

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

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

 a { background-color: rgb(255,244,58); }

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

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

 span { border-color: rgb(255,244,58); }

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