Html Css Color HEX #F7F52F Gorse

📋 copy color: '#F7F52F'

red 247 ◦ green 245 ◦ blue 47

#F7F52F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #F7F52F

Tints of Gorse #F7F52F

RGB

 RED value IS 247 (96.88% from 255) = 45.83%

 GREEN value IS 245 (96.09% from 255) = 45.45%

 BLUE value IS 47 (18.75% from 255) = 8.72%

R = 45.83%
G = 45.45%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7F52F (or 0xF7F52F) is known color: Gorse. HEX triplet: F7, F5 and 2F. RGB value is (247,245,47). Sum of RGB (Red+Green+Blue) = 247+245+47=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 47 (18.75% from 255 or 8.72% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F52F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F52F is #080AD0. Grayscale: #DFDFDF. Windows color (decimal): -527057 or 3143159. OLE color: 3143159.

HSL color Cylindrical-coordinate representation of color #F7F52F: hue angle of 59.4º 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 #F7F52F is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 245 47 -
CMYK 0 0.01 0.81 0.03
HSL 59.4º 0.93% 0.58% -
HSV(B) 59.4º 0.81% 0.97% -
XYZ 71.52 85.28 15.38 -
YUV 223.03 28.66 145.1 -
System Red Green Blue C M Y K H S L
Decimal 247 245 47 0 0.01 0.81 0.03 59.4 0.93 0.58
Hex F7 F5 2F 0 1 51 3 3B 5D 3A
Octal 367 365 57 0 1 121 3 73 135 72
Binary 11110111 11110101 101111 0 1 1010001 11 111011 1011101 111010

Color Harmonies of #F7F52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F52F

Black with #F7F52F

Text Example


Text Example

White with #F7F52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F52F; }

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

 H1.HeaderClassName
 {
   color: #F7F52F;
 }
 .AnyTagClassName
 {
   color: #F7F52F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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