Html Css Color HEX #F8DC32 Gorse

📋 copy color: '#F8DC32'

red 248 ◦ green 220 ◦ blue 50

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

Shades of Gorse #F8DC32

Tints of Gorse #F8DC32

RGB

 RED value IS 248 (97.27% from 255) = 47.88%

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

 BLUE value IS 50 (19.92% from 255) = 9.65%

R = 47.88%
G = 42.47%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8DC32 (or 0xF8DC32) is known color: Gorse. HEX triplet: F8, DC and 32. RGB value is (248,220,50). Sum of RGB (Red+Green+Blue) = 248+220+50=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC32 is #0723CD. Grayscale: #D1D1D1. Windows color (decimal): -467918 or 3333368. OLE color: 3333368.

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

Color convert

RGB 248 220 50 -
CMYK 0 0.11 0.80 0.03
HSL 51.52º 0.93% 0.58% -
HSV(B) 51.52º 0.8% 0.97% -
XYZ 64.88 71.37 13.37 -
YUV 208.99 38.28 155.82 -
System Red Green Blue C M Y K H S L
Decimal 248 220 50 0 0.11 0.80 0.03 51.52 0.93 0.58
Hex F8 DC 32 0 B 50 3 34 5D 3A
Octal 370 334 62 0 13 120 3 64 135 72
Binary 11111000 11011100 110010 0 1011 1010000 11 110100 1011101 111010

Color Harmonies of #F8DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC32

Black with #F8DC32

Text Example


Text Example

White with #F8DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC32; }

 p { color: rgb(248,220,50); }

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

background-color css

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

 a { background-color: rgb(248,220,50); }

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

border-color css

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

 span { border-color: rgb(248,220,50); }

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