Html Css Color HEX #FEDC34 Gorse

📋 copy color: '#FEDC34'

red 254 ◦ green 220 ◦ blue 52

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

Shades of Gorse #FEDC34

Tints of Gorse #FEDC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 52 (20.7% from 255) = 9.89%

R = 48.29%
G = 41.83%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEDC34 (or 0xFEDC34) is known color: Gorse. HEX triplet: FE, DC and 34. RGB value is (254,220,52). Sum of RGB (Red+Green+Blue) = 254+220+52=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC34 is #0123CB. Grayscale: #D3D3D3. Windows color (decimal): -74700 or 3464446. OLE color: 3464446.

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

Color convert

RGB 254 220 52 -
CMYK 0 0.13 0.80 0.00
HSL 49.9º 0.99% 0.6% -
HSV(B) 49.9º 0.8% 1% -
XYZ 67.09 72.51 13.71 -
YUV 211.01 38.26 158.66 -
System Red Green Blue C M Y K H S L
Decimal 254 220 52 0 0.13 0.80 0.00 49.9 0.99 0.6
Hex FE DC 34 0 D 50 0 32 63 3C
Octal 376 334 64 0 15 120 0 62 143 74
Binary 11111110 11011100 110100 0 1101 1010000 0 110010 1100011 111100

Color Harmonies of #FEDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC34

Black with #FEDC34

Text Example


Text Example

White with #FEDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC34; }

 p { color: rgb(254,220,52); }

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

background-color css

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

 a { background-color: rgb(254,220,52); }

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

border-color css

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

 span { border-color: rgb(254,220,52); }

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