Html Css Color HEX #FFDE3E Gorse

📋 copy color: '#FFDE3E'

red 255 ◦ green 222 ◦ blue 62

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

Shades of Gorse #FFDE3E

Tints of Gorse #FFDE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.5%

R = 47.31%
G = 41.19%
B = 11.5%

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

#FFDE3E (or 0xFFDE3E) is known color: Gorse. HEX triplet: FF, DE and 3E. RGB value is (255,222,62). Sum of RGB (Red+Green+Blue) = 255+222+62=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 62 (24.61% from 255 or 11.50% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE3E is #0021C1. Grayscale: #D6D6D6. Windows color (decimal): -8642 or 4120319. OLE color: 4120319.

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

Color convert

RGB 255 222 62 -
CMYK 0 0.13 0.76 0
HSL 49.74º 1% 0.62% -
HSV(B) 49.74º 0.76% 1% -
XYZ 68.23 73.85 15.22 -
YUV 213.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 255 222 62 0 0.13 0.76 0 49.74 1 0.62
Hex FF DE 3E 0 D 4C 0 32 64 3E
Octal 377 336 76 0 15 114 0 62 144 76
Binary 11111111 11011110 111110 0 1101 1001100 0 110010 1100100 111110

Color Harmonies of #FFDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE3E

Black with #FFDE3E

Text Example


Text Example

White with #FFDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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