Html Css Color HEX #FFDE2C Gorse

📋 copy color: '#FFDE2C'

red 255 ◦ green 222 ◦ blue 44

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

Shades of Gorse #FFDE2C

Tints of Gorse #FFDE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.45%

R = 48.94%
G = 42.61%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFDE2C (or 0xFFDE2C) is known color: Gorse. HEX triplet: FF, DE and 2C. RGB value is (255,222,44). Sum of RGB (Red+Green+Blue) = 255+222+44=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 44 (17.58% from 255 or 8.45% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE2C is #0021D3. Grayscale: #D4D4D4. Windows color (decimal): -8660 or 2940671. OLE color: 2940671.

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

Color convert

RGB 255 222 44 -
CMYK 0 0.13 0.83 0
HSL 50.62º 1% 0.59% -
HSV(B) 50.62º 0.83% 1% -
XYZ 67.82 73.68 13.03 -
YUV 211.58 33.43 158.97 -
System Red Green Blue C M Y K H S L
Decimal 255 222 44 0 0.13 0.83 0 50.62 1 0.59
Hex FF DE 2C 0 D 53 0 33 64 3B
Octal 377 336 54 0 15 123 0 63 144 73
Binary 11111111 11011110 101100 0 1101 1010011 0 110011 1100100 111011

Color Harmonies of #FFDE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE2C

Black with #FFDE2C

Text Example


Text Example

White with #FFDE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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