Html Css Color HEX #FDE034 Gorse

📋 copy color: '#FDE034'

red 253 ◦ green 224 ◦ blue 52

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

Shades of Gorse #FDE034

Tints of Gorse #FDE034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

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

R = 47.83%
G = 42.34%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDE034 (or 0xFDE034) is known color: Gorse. HEX triplet: FD, E0 and 34. RGB value is (253,224,52). Sum of RGB (Red+Green+Blue) = 253+224+52=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE034 is #021FCB. Grayscale: #D5D5D5. Windows color (decimal): -139212 or 3465469. OLE color: 3465469.

HSL color Cylindrical-coordinate representation of color #FDE034: hue angle of 51.34º 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 #FDE034 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 52 -
CMYK 0 0.11 0.79 0.01
HSL 51.34º 0.98% 0.6% -
HSV(B) 51.34º 0.79% 0.99% -
XYZ 67.78 74.44 14.04 -
YUV 213.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 253 224 52 0 0.11 0.79 0.01 51.34 0.98 0.6
Hex FD E0 34 0 B 4F 1 33 62 3C
Octal 375 340 64 0 13 117 1 63 142 74
Binary 11111101 11100000 110100 0 1011 1001111 1 110011 1100010 111100

Color Harmonies of #FDE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE034

Black with #FDE034

Text Example


Text Example

White with #FDE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE034; }

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

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

background-color css

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

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

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

border-color css

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

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

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