Html Css Color HEX #FDEA36 Gorse

📋 copy color: '#FDEA36'

red 253 ◦ green 234 ◦ blue 54

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

Shades of Gorse #FDEA36

Tints of Gorse #FDEA36

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.25%

 BLUE value IS 54 (21.48% from 255) = 9.98%

R = 46.77%
G = 43.25%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDEA36 (or 0xFDEA36) is known color: Gorse. HEX triplet: FD, EA and 36. RGB value is (253,234,54). Sum of RGB (Red+Green+Blue) = 253+234+54=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 54 (21.48% from 255 or 9.98% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEA36 is #0215C9. Grayscale: #DBDBDB. Windows color (decimal): -136650 or 3599101. OLE color: 3599101.

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

Color convert

RGB 253 234 54 -
CMYK 0 0.08 0.79 0.01
HSL 54.27º 0.98% 0.6% -
HSV(B) 54.27º 0.79% 0.99% -
XYZ 70.6 79.99 15.21 -
YUV 219.16 34.79 152.14 -
System Red Green Blue C M Y K H S L
Decimal 253 234 54 0 0.08 0.79 0.01 54.27 0.98 0.6
Hex FD EA 36 0 8 4F 1 36 62 3C
Octal 375 352 66 0 10 117 1 66 142 74
Binary 11111101 11101010 110110 0 1000 1001111 1 110110 1100010 111100

Color Harmonies of #FDEA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA36

Black with #FDEA36

Text Example


Text Example

White with #FDEA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA36; }

 p { color: rgb(253,234,54); }

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

background-color css

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

 a { background-color: rgb(253,234,54); }

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

border-color css

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

 span { border-color: rgb(253,234,54); }

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