Html Css Color HEX #FDE235 Gorse

📋 copy color: '#FDE235'

red 253 ◦ green 226 ◦ blue 53

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

Shades of Gorse #FDE235

Tints of Gorse #FDE235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.48%

 BLUE value IS 53 (21.09% from 255) = 9.96%

R = 47.56%
G = 42.48%
B = 9.96%

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

#FDE235 (or 0xFDE235) is known color: Gorse. HEX triplet: FD, E2 and 35. RGB value is (253,226,53). Sum of RGB (Red+Green+Blue) = 253+226+53=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 53 (21.09% from 255 or 9.96% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE235 is #021DCA. Grayscale: #D7D7D7. Windows color (decimal): -138699 or 3531517. OLE color: 3531517.

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

Color convert

RGB 253 226 53 -
CMYK 0 0.11 0.79 0.01
HSL 51.9º 0.98% 0.6% -
HSV(B) 51.9º 0.79% 0.99% -
XYZ 68.35 75.53 14.35 -
YUV 214.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 253 226 53 0 0.11 0.79 0.01 51.9 0.98 0.6
Hex FD E2 35 0 B 4F 1 34 62 3C
Octal 375 342 65 0 13 117 1 64 142 74
Binary 11111101 11100010 110101 0 1011 1001111 1 110100 1100010 111100

Color Harmonies of #FDE235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE235

Black with #FDE235

Text Example


Text Example

White with #FDE235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE235; }

 p { color: rgb(253,226,53); }

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

background-color css

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

 a { background-color: rgb(253,226,53); }

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

border-color css

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

 span { border-color: rgb(253,226,53); }

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