Html Css Color HEX #FFDE3A Gorse

📋 copy color: '#FFDE3A'

red 255 ◦ green 222 ◦ blue 58

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

Shades of Gorse #FFDE3A

Tints of Gorse #FFDE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.84%

R = 47.66%
G = 41.5%
B = 10.84%

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

#FFDE3A (or 0xFFDE3A) is known color: Gorse. HEX triplet: FF, DE and 3A. RGB value is (255,222,58). Sum of RGB (Red+Green+Blue) = 255+222+58=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 58 (23.05% from 255 or 10.84% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE3A is #0021C5. Grayscale: #D5D5D5. Windows color (decimal): -8646 or 3858175. OLE color: 3858175.

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

Color convert

RGB 255 222 58 -
CMYK 0 0.13 0.77 0
HSL 49.95º 1% 0.61% -
HSV(B) 49.95º 0.77% 1% -
XYZ 68.13 73.81 14.66 -
YUV 213.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 255 222 58 0 0.13 0.77 0 49.95 1 0.61
Hex FF DE 3A 0 D 4D 0 32 64 3D
Octal 377 336 72 0 15 115 0 62 144 75
Binary 11111111 11011110 111010 0 1101 1001101 0 110010 1100100 111101

Color Harmonies of #FFDE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE3A

Black with #FFDE3A

Text Example


Text Example

White with #FFDE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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