Html Css Color HEX #F8DC40 Gorse

📋 copy color: '#F8DC40'

red 248 ◦ green 220 ◦ blue 64

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

Shades of Gorse #F8DC40

Tints of Gorse #F8DC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.03%

R = 46.62%
G = 41.35%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8DC40 (or 0xF8DC40) is known color: Gorse. HEX triplet: F8, DC and 40. RGB value is (248,220,64). Sum of RGB (Red+Green+Blue) = 248+220+64=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC40 is #0723BF. Grayscale: #D3D3D3. Windows color (decimal): -467904 or 4250872. OLE color: 4250872.

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

Color convert

RGB 248 220 64 -
CMYK 0 0.11 0.74 0.03
HSL 50.87º 0.93% 0.61% -
HSV(B) 50.87º 0.74% 0.97% -
XYZ 65.23 71.51 15.22 -
YUV 210.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 248 220 64 0 0.11 0.74 0.03 50.87 0.93 0.61
Hex F8 DC 40 0 B 4A 3 33 5D 3D
Octal 370 334 100 0 13 112 3 63 135 75
Binary 11111000 11011100 1000000 0 1011 1001010 11 110011 1011101 111101

Color Harmonies of #F8DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC40

Black with #F8DC40

Text Example


Text Example

White with #F8DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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