Html Css Color HEX #F5DE31 Gorse

📋 copy color: '#F5DE31'

red 245 ◦ green 222 ◦ blue 49

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

Shades of Gorse #F5DE31

Tints of Gorse #F5DE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.5%

R = 47.48%
G = 43.02%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F5DE31 (or 0xF5DE31) is known color: Gorse. HEX triplet: F5, DE and 31. RGB value is (245,222,49). Sum of RGB (Red+Green+Blue) = 245+222+49=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 49 (19.53% from 255 or 9.50% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DE31 is #0A21CE. Grayscale: #D1D1D1. Windows color (decimal): -664015 or 3268341. OLE color: 3268341.

HSL color Cylindrical-coordinate representation of color #F5DE31: hue angle of 52.96º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5DE31 is Cyan = 0, Magento = 0.09, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 222 49 -
CMYK 0 0.09 0.8 0.04
HSL 52.96º 0.91% 0.58% -
HSV(B) 52.96º 0.8% 0.96% -
XYZ 64.33 71.88 13.39 -
YUV 209.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 245 222 49 0 0.09 0.8 0.04 52.96 0.91 0.58
Hex F5 DE 31 0 9 50 4 35 5B 3A
Octal 365 336 61 0 11 120 4 65 133 72
Binary 11110101 11011110 110001 0 1001 1010000 100 110101 1011011 111010

Color Harmonies of #F5DE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DE31

Black with #F5DE31

Text Example


Text Example

White with #F5DE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DE31; }

 p { color: rgb(245,222,49); }

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

background-color css

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

 a { background-color: rgb(245,222,49); }

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

border-color css

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

 span { border-color: rgb(245,222,49); }

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