Html Css Color HEX #FDE323 Gorse

📋 copy color: '#FDE323'

red 253 ◦ green 227 ◦ blue 35

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

Shades of Gorse #FDE323

Tints of Gorse #FDE323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.8%

R = 49.13%
G = 44.08%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDE323 (or 0xFDE323) is known color: Gorse. HEX triplet: FD, E3 and 23. RGB value is (253,227,35). Sum of RGB (Red+Green+Blue) = 253+227+35=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 35 (14.06% from 255 or 6.80% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE323 is #021CDC. Grayscale: #D5D5D5. Windows color (decimal): -138461 or 2352125. OLE color: 2352125.

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

Color convert

RGB 253 227 35 -
CMYK 0 0.10 0.86 0.01
HSL 52.84º 0.98% 0.56% -
HSV(B) 52.84º 0.86% 0.99% -
XYZ 68.28 75.94 12.65 -
YUV 212.89 27.61 156.61 -
System Red Green Blue C M Y K H S L
Decimal 253 227 35 0 0.10 0.86 0.01 52.84 0.98 0.56
Hex FD E3 23 0 A 56 1 35 62 38
Octal 375 343 43 0 12 126 1 65 142 70
Binary 11111101 11100011 100011 0 1010 1010110 1 110101 1100010 111000

Color Harmonies of #FDE323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE323

Black with #FDE323

Text Example


Text Example

White with #FDE323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE323; }

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

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

background-color css

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

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

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

border-color css

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

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

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