Html Css Color HEX #FEDD33 Gorse

📋 copy color: '#FEDD33'

red 254 ◦ green 221 ◦ blue 51

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

Shades of Gorse #FEDD33

Tints of Gorse #FEDD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 51 (20.31% from 255) = 9.7%

R = 48.29%
G = 42.02%
B = 9.7%

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

#FEDD33 (or 0xFEDD33) is known color: Gorse. HEX triplet: FE, DD and 33. RGB value is (254,221,51). Sum of RGB (Red+Green+Blue) = 254+221+51=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD33 is #0122CC. Grayscale: #D4D4D4. Windows color (decimal): -74445 or 3399166. OLE color: 3399166.

HSL color Cylindrical-coordinate representation of color #FEDD33: hue angle of 50.25º 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 #FEDD33 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 51 -
CMYK 0 0.13 0.80 0.00
HSL 50.25º 0.99% 0.6% -
HSV(B) 50.25º 0.8% 1% -
XYZ 67.33 73.02 13.68 -
YUV 211.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 254 221 51 0 0.13 0.80 0.00 50.25 0.99 0.6
Hex FE DD 33 0 D 50 0 32 63 3C
Octal 376 335 63 0 15 120 0 62 143 74
Binary 11111110 11011101 110011 0 1101 1010000 0 110010 1100011 111100

Color Harmonies of #FEDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD33

Black with #FEDD33

Text Example


Text Example

White with #FEDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD33; }

 p { color: rgb(254,221,51); }

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

background-color css

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

 a { background-color: rgb(254,221,51); }

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

border-color css

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

 span { border-color: rgb(254,221,51); }

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