Html Css Color HEX #FFDE3D Gorse

📋 copy color: '#FFDE3D'

red 255 ◦ green 222 ◦ blue 61

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

Shades of Gorse #FFDE3D

Tints of Gorse #FFDE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.34%

R = 47.4%
G = 41.26%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFDE3D (or 0xFFDE3D) is known color: Gorse. HEX triplet: FF, DE and 3D. RGB value is (255,222,61). Sum of RGB (Red+Green+Blue) = 255+222+61=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE3D is #0021C2. Grayscale: #D6D6D6. Windows color (decimal): -8643 or 4054783. OLE color: 4054783.

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

Color convert

RGB 255 222 61 -
CMYK 0 0.13 0.76 0
HSL 49.79º 1% 0.62% -
HSV(B) 49.79º 0.76% 1% -
XYZ 68.2 73.84 15.07 -
YUV 213.51 41.93 157.59 -
System Red Green Blue C M Y K H S L
Decimal 255 222 61 0 0.13 0.76 0 49.79 1 0.62
Hex FF DE 3D 0 D 4C 0 32 64 3E
Octal 377 336 75 0 15 114 0 62 144 76
Binary 11111111 11011110 111101 0 1101 1001100 0 110010 1100100 111110

Color Harmonies of #FFDE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE3D

Black with #FFDE3D

Text Example


Text Example

White with #FFDE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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