Html Css Color HEX #FDED3E Gorse

📋 copy color: '#FDED3E'

red 253 ◦ green 237 ◦ blue 62

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

Shades of Gorse #FDED3E

Tints of Gorse #FDED3E

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

 GREEN value IS 237 (92.97% from 255) = 42.93%

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

R = 45.83%
G = 42.93%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDED3E (or 0xFDED3E) is known color: Gorse. HEX triplet: FD, ED and 3E. RGB value is (253,237,62). Sum of RGB (Red+Green+Blue) = 253+237+62=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 62 (24.61% from 255 or 11.23% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED3E is #0212C1. Grayscale: #DEDEDE. Windows color (decimal): -135874 or 4124157. OLE color: 4124157.

HSL color Cylindrical-coordinate representation of color #FDED3E: hue angle of 54.97º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDED3E is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 62 -
CMYK 0 0.06 0.75 0.01
HSL 54.97º 0.98% 0.62% -
HSV(B) 54.97º 0.75% 0.99% -
XYZ 71.66 81.8 16.57 -
YUV 221.83 37.8 150.23 -
System Red Green Blue C M Y K H S L
Decimal 253 237 62 0 0.06 0.75 0.01 54.97 0.98 0.62
Hex FD ED 3E 0 6 4B 1 37 62 3E
Octal 375 355 76 0 6 113 1 67 142 76
Binary 11111101 11101101 111110 0 110 1001011 1 110111 1100010 111110

Color Harmonies of #FDED3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED3E

Black with #FDED3E

Text Example


Text Example

White with #FDED3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED3E; }

 p { color: rgb(253,237,62); }

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

background-color css

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

 a { background-color: rgb(253,237,62); }

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

border-color css

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

 span { border-color: rgb(253,237,62); }

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