Html Css Color HEX #FDE338 Gorse

📋 copy color: '#FDE338'

red 253 ◦ green 227 ◦ blue 56

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

Shades of Gorse #FDE338

Tints of Gorse #FDE338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.45%

R = 47.2%
G = 42.35%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDE338 (or 0xFDE338) is known color: Gorse. HEX triplet: FD, E3 and 38. RGB value is (253,227,56). Sum of RGB (Red+Green+Blue) = 253+227+56=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 56 (22.27% from 255 or 10.45% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE338 is #021CC7. Grayscale: #D7D7D7. Windows color (decimal): -138440 or 3728381. OLE color: 3728381.

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

Color convert

RGB 253 227 56 -
CMYK 0 0.10 0.78 0.01
HSL 52.08º 0.98% 0.61% -
HSV(B) 52.08º 0.78% 0.99% -
XYZ 68.69 76.11 14.81 -
YUV 215.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 253 227 56 0 0.10 0.78 0.01 52.08 0.98 0.61
Hex FD E3 38 0 A 4E 1 34 62 3D
Octal 375 343 70 0 12 116 1 64 142 75
Binary 11111101 11100011 111000 0 1010 1001110 1 110100 1100010 111101

Color Harmonies of #FDE338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE338

Black with #FDE338

Text Example


Text Example

White with #FDE338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE338; }

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

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

background-color css

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

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

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

border-color css

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

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

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