Html Css Color HEX #FFDE2D Gorse

📋 copy color: '#FFDE2D'

red 255 ◦ green 222 ◦ blue 45

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

Shades of Gorse #FFDE2D

Tints of Gorse #FFDE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.62%

R = 48.85%
G = 42.53%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFDE2D (or 0xFFDE2D) is known color: Gorse. HEX triplet: FF, DE and 2D. RGB value is (255,222,45). Sum of RGB (Red+Green+Blue) = 255+222+45=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE2D is #0021D2. Grayscale: #D4D4D4. Windows color (decimal): -8659 or 3006207. OLE color: 3006207.

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

Color convert

RGB 255 222 45 -
CMYK 0 0.13 0.82 0
HSL 50.57º 1% 0.59% -
HSV(B) 50.57º 0.82% 1% -
XYZ 67.83 73.69 13.13 -
YUV 211.69 33.93 158.89 -
System Red Green Blue C M Y K H S L
Decimal 255 222 45 0 0.13 0.82 0 50.57 1 0.59
Hex FF DE 2D 0 D 52 0 33 64 3B
Octal 377 336 55 0 15 122 0 63 144 73
Binary 11111111 11011110 101101 0 1101 1010010 0 110011 1100100 111011

Color Harmonies of #FFDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE2D

Black with #FFDE2D

Text Example


Text Example

White with #FFDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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