Html Css Color HEX #FFDE3B Gorse

📋 copy color: '#FFDE3B'

red 255 ◦ green 222 ◦ blue 59

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

Shades of Gorse #FFDE3B

Tints of Gorse #FFDE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.01%

R = 47.57%
G = 41.42%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFDE3B (or 0xFFDE3B) is known color: Gorse. HEX triplet: FF, DE and 3B. RGB value is (255,222,59). Sum of RGB (Red+Green+Blue) = 255+222+59=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 59 (23.44% from 255 or 11.01% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE3B is #0021C4. Grayscale: #D5D5D5. Windows color (decimal): -8645 or 3923711. OLE color: 3923711.

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

Color convert

RGB 255 222 59 -
CMYK 0 0.13 0.77 0
HSL 49.9º 1% 0.62% -
HSV(B) 49.9º 0.77% 1% -
XYZ 68.15 73.82 14.79 -
YUV 213.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 255 222 59 0 0.13 0.77 0 49.9 1 0.62
Hex FF DE 3B 0 D 4D 0 32 64 3E
Octal 377 336 73 0 15 115 0 62 144 76
Binary 11111111 11011110 111011 0 1101 1001101 0 110010 1100100 111110

Color Harmonies of #FFDE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE3B

Black with #FFDE3B

Text Example


Text Example

White with #FFDE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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