Html Css Color HEX #F8DF28 Gorse

📋 copy color: '#F8DF28'

red 248 ◦ green 223 ◦ blue 40

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

Shades of Gorse #F8DF28

Tints of Gorse #F8DF28

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.64%

 BLUE value IS 40 (16.02% from 255) = 7.83%

R = 48.53%
G = 43.64%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8DF28 (or 0xF8DF28) is known color: Gorse. HEX triplet: F8, DF and 28. RGB value is (248,223,40). Sum of RGB (Red+Green+Blue) = 248+223+40=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF28 is #0720D7. Grayscale: #D2D2D2. Windows color (decimal): -467160 or 2678776. OLE color: 2678776.

HSL color Cylindrical-coordinate representation of color #F8DF28: hue angle of 52.79º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8DF28 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 223 40 -
CMYK 0 0.10 0.84 0.03
HSL 52.79º 0.94% 0.56% -
HSV(B) 52.79º 0.84% 0.97% -
XYZ 65.48 72.89 12.62 -
YUV 209.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 248 223 40 0 0.10 0.84 0.03 52.79 0.94 0.56
Hex F8 DF 28 0 A 54 3 35 5E 38
Octal 370 337 50 0 12 124 3 65 136 70
Binary 11111000 11011111 101000 0 1010 1010100 11 110101 1011110 111000

Color Harmonies of #F8DF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF28

Black with #F8DF28

Text Example


Text Example

White with #F8DF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF28; }

 p { color: rgb(248,223,40); }

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

background-color css

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

 a { background-color: rgb(248,223,40); }

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

border-color css

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

 span { border-color: rgb(248,223,40); }

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