Html Css Color HEX #FFDE3C Gorse

📋 copy color: '#FFDE3C'

red 255 ◦ green 222 ◦ blue 60

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

Shades of Gorse #FFDE3C

Tints of Gorse #FFDE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.17%

R = 47.49%
G = 41.34%
B = 11.17%

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

#FFDE3C (or 0xFFDE3C) is known color: Gorse. HEX triplet: FF, DE and 3C. RGB value is (255,222,60). Sum of RGB (Red+Green+Blue) = 255+222+60=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 60 (23.83% from 255 or 11.17% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE3C is #0021C3. Grayscale: #D6D6D6. Windows color (decimal): -8644 or 3989247. OLE color: 3989247.

HSL color Cylindrical-coordinate representation of color #FFDE3C: hue angle of 49.85º 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 #FFDE3C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 60 -
CMYK 0 0.13 0.76 0
HSL 49.85º 1% 0.62% -
HSV(B) 49.85º 0.76% 1% -
XYZ 68.18 73.83 14.93 -
YUV 213.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 255 222 60 0 0.13 0.76 0 49.85 1 0.62
Hex FF DE 3C 0 D 4C 0 32 64 3E
Octal 377 336 74 0 15 114 0 62 144 76
Binary 11111111 11011110 111100 0 1101 1001100 0 110010 1100100 111110

Color Harmonies of #FFDE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE3C

Black with #FFDE3C

Text Example


Text Example

White with #FFDE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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