Html Css Color HEX #FEDB36 Gorse

📋 copy color: '#FEDB36'

red 254 ◦ green 219 ◦ blue 54

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

Shades of Gorse #FEDB36

Tints of Gorse #FEDB36

RGB

 RED value IS 254 (99.61% from 255) = 48.2%

 GREEN value IS 219 (85.94% from 255) = 41.56%

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

R = 48.2%
G = 41.56%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEDB36 (or 0xFEDB36) is known color: Gorse. HEX triplet: FE, DB and 36. RGB value is (254,219,54). Sum of RGB (Red+Green+Blue) = 254+219+54=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 54 (21.48% from 255 or 10.25% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB36 is #0124C9. Grayscale: #D3D3D3. Windows color (decimal): -74954 or 3595262. OLE color: 3595262.

HSL color Cylindrical-coordinate representation of color #FEDB36: hue angle of 49.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEDB36 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 54 -
CMYK 0 0.14 0.79 0.00
HSL 49.5º 0.99% 0.6% -
HSV(B) 49.5º 0.79% 1% -
XYZ 66.87 72 13.86 -
YUV 210.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 254 219 54 0 0.14 0.79 0.00 49.5 0.99 0.6
Hex FE DB 36 0 E 4F 0 32 63 3C
Octal 376 333 66 0 16 117 0 62 143 74
Binary 11111110 11011011 110110 0 1110 1001111 0 110010 1100011 111100

Color Harmonies of #FEDB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB36

Black with #FEDB36

Text Example


Text Example

White with #FEDB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB36; }

 p { color: rgb(254,219,54); }

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

background-color css

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

 a { background-color: rgb(254,219,54); }

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

border-color css

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

 span { border-color: rgb(254,219,54); }

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