Html Css Color HEX #F7FC2A Gorse

📋 copy color: '#F7FC2A'

red 247 ◦ green 252 ◦ blue 42

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

Shades of Gorse #F7FC2A

Tints of Gorse #F7FC2A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

 BLUE value IS 42 (16.8% from 255) = 7.76%

R = 45.66%
G = 46.58%
B = 7.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#F7FC2A (or 0xF7FC2A) is known color: Gorse. HEX triplet: F7, FC and 2A. RGB value is (247,252,42). Sum of RGB (Red+Green+Blue) = 247+252+42=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 42 (16.80% from 255 or 7.76% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7FC2A is #0803D5. Grayscale: #E3E3E3. Windows color (decimal): -525270 or 2817271. OLE color: 2817271.

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

Color convert

RGB 247 252 42 -
CMYK 0.02 0 0.83 0.01
HSL 61.43º 0.97% 0.58% -
HSV(B) 61.43º 0.83% 0.99% -
XYZ 73.59 89.56 15.6 -
YUV 226.57 23.84 142.58 -
System Red Green Blue C M Y K H S L
Decimal 247 252 42 0.02 0 0.83 0.01 61.43 0.97 0.58
Hex F7 FC 2A 2 0 53 1 3D 61 3A
Octal 367 374 52 2 0 123 1 75 141 72
Binary 11110111 11111100 101010 10 0 1010011 1 111101 1100001 111010

Color Harmonies of #F7FC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FC2A

Black with #F7FC2A

Text Example


Text Example

White with #F7FC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FC2A; }

 p { color: rgb(247,252,42); }

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

background-color css

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

 a { background-color: rgb(247,252,42); }

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

border-color css

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

 span { border-color: rgb(247,252,42); }

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