#F5F730

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

Shades of Gorse #F5F730

Tints of Gorse #F5F730

Color information

#F5F730 (or 0xF5F730) is unknown color: approx Gorse. HEX triplet: F5, F7 and 30. RGB value is (245,247,48). Sum of RGB (Red+Green+Blue) = 245+247+48=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 48 (19.14% from 255 or 8.89% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F730 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F730 is #0A08CF. Grayscale: #E0E0E0. Windows color (decimal): -657616 or 3209205. OLE color: 3209205.

HSL color Cylindrical-coordinate representation of color #F5F730: hue angle of 60.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5F730 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB24524748-
CMYK0.0100.810.03
HSL60.6º92.56%57.84%-
HSV(B)60.6º80.57%96.86%-
XYZ71.4586.1515.66-
YUV223.7228.84143.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.37%
GREEN value IS 247 (96.88% from 255) = 45.74%
BLUE value IS 48 (19.14% from 255) = 8.89%
R=45.37%
G=45.74%
B=8.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal245247480.0100.810.0360.692.5657.84
HexF5F730105133d5d3a
Octal365367601012137513572
Binary1111010111110111110000101010001111111011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F730; }

 p { color: rgb(245,247,48); }

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

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

 a { background-color: rgb(245,247,48); }

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

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

 span { border-color: rgb(245,247,48); }

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