Html Css Color HEX #F5DC3F Gorse

📋 copy color: '#F5DC3F'

red 245 ◦ green 220 ◦ blue 63

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

Shades of Gorse #F5DC3F

Tints of Gorse #F5DC3F

RGB

 RED value IS 245 (96.09% from 255) = 46.4%

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

 BLUE value IS 63 (25% from 255) = 11.93%

R = 46.4%
G = 41.67%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5DC3F (or 0xF5DC3F) is known color: Gorse. HEX triplet: F5, DC and 3F. RGB value is (245,220,63). Sum of RGB (Red+Green+Blue) = 245+220+63=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 63 (25% from 255 or 11.93% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC3F is #0A23C0. Grayscale: #D2D2D2. Windows color (decimal): -664513 or 4185333. OLE color: 4185333.

HSL color Cylindrical-coordinate representation of color #F5DC3F: hue angle of 51.76º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5DC3F is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 63 -
CMYK 0 0.10 0.74 0.04
HSL 51.76º 0.9% 0.6% -
HSV(B) 51.76º 0.74% 0.96% -
XYZ 64.15 70.96 15.02 -
YUV 209.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 245 220 63 0 0.10 0.74 0.04 51.76 0.9 0.6
Hex F5 DC 3F 0 A 4A 4 34 5A 3C
Octal 365 334 77 0 12 112 4 64 132 74
Binary 11110101 11011100 111111 0 1010 1001010 100 110100 1011010 111100

Color Harmonies of #F5DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC3F

Black with #F5DC3F

Text Example


Text Example

White with #F5DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC3F; }

 p { color: rgb(245,220,63); }

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

background-color css

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

 a { background-color: rgb(245,220,63); }

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

border-color css

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

 span { border-color: rgb(245,220,63); }

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