#FFF434

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

Shades of Gorse #FFF434

Tints of Gorse #FFF434

Color information

#FFF434 (or 0xFFF434) is unknown color: approx Gorse. HEX triplet: FF, F4 and 34. RGB value is (255,244,52). Sum of RGB (Red+Green+Blue) = 255+244+52=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 52 (20.70% from 255 or 9.44% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF434 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF434 is #000BCB. Grayscale: #E2E2E2. Windows color (decimal): -3020 or 3470591. OLE color: 3470591.

HSL color Cylindrical-coordinate representation of color #FFF434: hue angle of 56.75º 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 #FFF434 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB25524452-
CMYK00.040.800
HSL56.75º100%60.2%-
HSV(B)56.75º79.61%100%-
XYZ74.2186.2115.98-
YUV225.430.14149.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 244 (95.70% from 255) = 44.28%
BLUE value IS 52 (20.70% from 255) = 9.44%
R=46.28%
G=44.28%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552445200.040.80056.7510060.2
HexFFF4340450039643c
Octal377364640412007114474
Binary11111111111101001101000100101000001110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF434; }

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

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

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

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

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

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

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

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