Html Css Color HEX #FDE133 Gorse

📋 copy color: '#FDE133'

red 253 ◦ green 225 ◦ blue 51

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

Shades of Gorse #FDE133

Tints of Gorse #FDE133

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 51 (20.31% from 255) = 9.64%

R = 47.83%
G = 42.53%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDE133 (or 0xFDE133) is known color: Gorse. HEX triplet: FD, E1 and 33. RGB value is (253,225,51). Sum of RGB (Red+Green+Blue) = 253+225+51=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE133 is #021ECC. Grayscale: #D6D6D6. Windows color (decimal): -138957 or 3400189. OLE color: 3400189.

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

Color convert

RGB 253 225 51 -
CMYK 0 0.11 0.80 0.01
HSL 51.68º 0.98% 0.6% -
HSV(B) 51.68º 0.8% 0.99% -
XYZ 68.03 74.97 14.02 -
YUV 213.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 253 225 51 0 0.11 0.80 0.01 51.68 0.98 0.6
Hex FD E1 33 0 B 50 1 34 62 3C
Octal 375 341 63 0 13 120 1 64 142 74
Binary 11111101 11100001 110011 0 1011 1010000 1 110100 1100010 111100

Color Harmonies of #FDE133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE133

Black with #FDE133

Text Example


Text Example

White with #FDE133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE133; }

 p { color: rgb(253,225,51); }

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

background-color css

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

 a { background-color: rgb(253,225,51); }

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

border-color css

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

 span { border-color: rgb(253,225,51); }

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