Html Css Color HEX #F8DE38 Gorse

📋 copy color: '#F8DE38'

red 248 ◦ green 222 ◦ blue 56

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

Shades of Gorse #F8DE38

Tints of Gorse #F8DE38

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

 BLUE value IS 56 (22.27% from 255) = 10.65%

R = 47.15%
G = 42.21%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8DE38 (or 0xF8DE38) is known color: Gorse. HEX triplet: F8, DE and 38. RGB value is (248,222,56). Sum of RGB (Red+Green+Blue) = 248+222+56=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 56 (22.27% from 255 or 10.65% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DE38 is #0721C7. Grayscale: #D3D3D3. Windows color (decimal): -467400 or 3727096. OLE color: 3727096.

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

Color convert

RGB 248 222 56 -
CMYK 0 0.10 0.77 0.03
HSL 51.88º 0.93% 0.6% -
HSV(B) 51.88º 0.77% 0.97% -
XYZ 65.55 72.48 14.28 -
YUV 210.85 40.61 154.5 -
System Red Green Blue C M Y K H S L
Decimal 248 222 56 0 0.10 0.77 0.03 51.88 0.93 0.6
Hex F8 DE 38 0 A 4D 3 34 5D 3C
Octal 370 336 70 0 12 115 3 64 135 74
Binary 11111000 11011110 111000 0 1010 1001101 11 110100 1011101 111100

Color Harmonies of #F8DE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DE38

Black with #F8DE38

Text Example


Text Example

White with #F8DE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DE38; }

 p { color: rgb(248,222,56); }

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

background-color css

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

 a { background-color: rgb(248,222,56); }

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

border-color css

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

 span { border-color: rgb(248,222,56); }

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