Html Css Color HEX #F7F131 Gorse

📋 copy color: '#F7F131'

red 247 ◦ green 241 ◦ blue 49

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

Shades of Gorse #F7F131

Tints of Gorse #F7F131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.88%

 BLUE value IS 49 (19.53% from 255) = 9.12%

R = 46%
G = 44.88%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7F131 (or 0xF7F131) is known color: Gorse. HEX triplet: F7, F1 and 31. RGB value is (247,241,49). Sum of RGB (Red+Green+Blue) = 247+241+49=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 49 (19.53% from 255 or 9.12% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F131 is #080ECE. Grayscale: #DDDDDD. Windows color (decimal): -528079 or 3273207. OLE color: 3273207.

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

Color convert

RGB 247 241 49 -
CMYK 0 0.02 0.80 0.03
HSL 58.18º 0.93% 0.58% -
HSV(B) 58.18º 0.8% 0.97% -
XYZ 70.37 82.91 15.2 -
YUV 220.91 30.99 146.61 -
System Red Green Blue C M Y K H S L
Decimal 247 241 49 0 0.02 0.80 0.03 58.18 0.93 0.58
Hex F7 F1 31 0 2 50 3 3A 5D 3A
Octal 367 361 61 0 2 120 3 72 135 72
Binary 11110111 11110001 110001 0 10 1010000 11 111010 1011101 111010

Color Harmonies of #F7F131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F131

Black with #F7F131

Text Example


Text Example

White with #F7F131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F131; }

 p { color: rgb(247,241,49); }

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

background-color css

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

 a { background-color: rgb(247,241,49); }

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

border-color css

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

 span { border-color: rgb(247,241,49); }

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