Html Css Color HEX #FDED34 Gorse

📋 copy color: '#FDED34'

red 253 ◦ green 237 ◦ blue 52

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

Shades of Gorse #FDED34

Tints of Gorse #FDED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.59%

R = 46.68%
G = 43.73%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDED34 (or 0xFDED34) is known color: Gorse. HEX triplet: FD, ED and 34. RGB value is (253,237,52). Sum of RGB (Red+Green+Blue) = 253+237+52=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 52 (20.70% from 255 or 9.59% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED34 is #0212CB. Grayscale: #DDDDDD. Windows color (decimal): -135884 or 3468797. OLE color: 3468797.

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

Color convert

RGB 253 237 52 -
CMYK 0 0.06 0.79 0.01
HSL 55.22º 0.98% 0.6% -
HSV(B) 55.22º 0.79% 0.99% -
XYZ 71.41 81.7 15.25 -
YUV 220.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 253 237 52 0 0.06 0.79 0.01 55.22 0.98 0.6
Hex FD ED 34 0 6 4F 1 37 62 3C
Octal 375 355 64 0 6 117 1 67 142 74
Binary 11111101 11101101 110100 0 110 1001111 1 110111 1100010 111100

Color Harmonies of #FDED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED34

Black with #FDED34

Text Example


Text Example

White with #FDED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED34; }

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

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

background-color css

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

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

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

border-color css

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

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

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