Html Css Color HEX #F7DC2E Gorse

📋 copy color: '#F7DC2E'

red 247 ◦ green 220 ◦ blue 46

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

Shades of Gorse #F7DC2E

Tints of Gorse #F7DC2E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 46 (18.36% from 255) = 8.97%

R = 48.15%
G = 42.88%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7DC2E (or 0xF7DC2E) is known color: Gorse. HEX triplet: F7, DC and 2E. RGB value is (247,220,46). Sum of RGB (Red+Green+Blue) = 247+220+46=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DC2E is #0823D1. Grayscale: #D0D0D0. Windows color (decimal): -533458 or 3071223. OLE color: 3071223.

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

Color convert

RGB 247 220 46 -
CMYK 0 0.11 0.81 0.03
HSL 51.94º 0.93% 0.57% -
HSV(B) 51.94º 0.81% 0.97% -
XYZ 64.44 71.16 12.92 -
YUV 208.24 36.45 155.65 -
System Red Green Blue C M Y K H S L
Decimal 247 220 46 0 0.11 0.81 0.03 51.94 0.93 0.57
Hex F7 DC 2E 0 B 51 3 34 5D 39
Octal 367 334 56 0 13 121 3 64 135 71
Binary 11110111 11011100 101110 0 1011 1010001 11 110100 1011101 111001

Color Harmonies of #F7DC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DC2E

Black with #F7DC2E

Text Example


Text Example

White with #F7DC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DC2E; }

 p { color: rgb(247,220,46); }

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

background-color css

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

 a { background-color: rgb(247,220,46); }

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

border-color css

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

 span { border-color: rgb(247,220,46); }

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