Html Css Color HEX #FDE334 Gorse

📋 copy color: '#FDE334'

red 253 ◦ green 227 ◦ blue 52

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

Shades of Gorse #FDE334

Tints of Gorse #FDE334

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.67%

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

R = 47.56%
G = 42.67%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDE334 (or 0xFDE334) is known color: Gorse. HEX triplet: FD, E3 and 34. RGB value is (253,227,52). Sum of RGB (Red+Green+Blue) = 253+227+52=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 52 (20.70% from 255 or 9.77% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE334 is #021CCB. Grayscale: #D7D7D7. Windows color (decimal): -138444 or 3466237. OLE color: 3466237.

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

Color convert

RGB 253 227 52 -
CMYK 0 0.10 0.79 0.01
HSL 52.24º 0.98% 0.6% -
HSV(B) 52.24º 0.79% 0.99% -
XYZ 68.6 76.07 14.32 -
YUV 214.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 253 227 52 0 0.10 0.79 0.01 52.24 0.98 0.6
Hex FD E3 34 0 A 4F 1 34 62 3C
Octal 375 343 64 0 12 117 1 64 142 74
Binary 11111101 11100011 110100 0 1010 1001111 1 110100 1100010 111100

Color Harmonies of #FDE334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE334

Black with #FDE334

Text Example


Text Example

White with #FDE334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE334; }

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

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

background-color css

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

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

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

border-color css

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

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

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