Html Css Color HEX #FDE326 Gorse

📋 copy color: '#FDE326'

red 253 ◦ green 227 ◦ blue 38

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

Shades of Gorse #FDE326

Tints of Gorse #FDE326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.34%

R = 48.84%
G = 43.82%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDE326 (or 0xFDE326) is known color: Gorse. HEX triplet: FD, E3 and 26. RGB value is (253,227,38). Sum of RGB (Red+Green+Blue) = 253+227+38=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 38 (15.23% from 255 or 7.34% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE326 is #021CD9. Grayscale: #D6D6D6. Windows color (decimal): -138458 or 2548733. OLE color: 2548733.

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

Color convert

RGB 253 227 38 -
CMYK 0 0.10 0.85 0.01
HSL 52.74º 0.98% 0.57% -
HSV(B) 52.74º 0.85% 0.99% -
XYZ 68.33 75.96 12.89 -
YUV 213.23 29.11 156.37 -
System Red Green Blue C M Y K H S L
Decimal 253 227 38 0 0.10 0.85 0.01 52.74 0.98 0.57
Hex FD E3 26 0 A 55 1 35 62 39
Octal 375 343 46 0 12 125 1 65 142 71
Binary 11111101 11100011 100110 0 1010 1010101 1 110101 1100010 111001

Color Harmonies of #FDE326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE326

Black with #FDE326

Text Example


Text Example

White with #FDE326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE326; }

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

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

background-color css

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

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

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

border-color css

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

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

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