Html Css Color HEX #FFDE31 Gorse

📋 copy color: '#FFDE31'

red 255 ◦ green 222 ◦ blue 49

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

Shades of Gorse #FFDE31

Tints of Gorse #FFDE31

RGB

 RED value IS 255 (100% from 255) = 48.48%

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

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

R = 48.48%
G = 42.21%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFDE31 (or 0xFFDE31) is known color: Gorse. HEX triplet: FF, DE and 31. RGB value is (255,222,49). Sum of RGB (Red+Green+Blue) = 255+222+49=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 49 (19.53% from 255 or 9.32% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE31 is #0021CE. Grayscale: #D4D4D4. Windows color (decimal): -8655 or 3268351. OLE color: 3268351.

HSL color Cylindrical-coordinate representation of color #FFDE31: hue angle of 50.39º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDE31 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 49 -
CMYK 0 0.13 0.81 0
HSL 50.39º 1% 0.6% -
HSV(B) 50.39º 0.81% 1% -
XYZ 67.92 73.72 13.56 -
YUV 212.15 35.93 158.57 -
System Red Green Blue C M Y K H S L
Decimal 255 222 49 0 0.13 0.81 0 50.39 1 0.6
Hex FF DE 31 0 D 51 0 32 64 3C
Octal 377 336 61 0 15 121 0 62 144 74
Binary 11111111 11011110 110001 0 1101 1010001 0 110010 1100100 111100

Color Harmonies of #FFDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE31

Black with #FFDE31

Text Example


Text Example

White with #FFDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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