Html Css Color HEX #FEDD35 Gorse

📋 copy color: '#FEDD35'

red 254 ◦ green 221 ◦ blue 53

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

Shades of Gorse #FEDD35

Tints of Gorse #FEDD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.04%

R = 48.11%
G = 41.86%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEDD35 (or 0xFEDD35) is known color: Gorse. HEX triplet: FE, DD and 35. RGB value is (254,221,53). Sum of RGB (Red+Green+Blue) = 254+221+53=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 53 (21.09% from 255 or 10.04% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD35 is #0122CA. Grayscale: #D4D4D4. Windows color (decimal): -74443 or 3530238. OLE color: 3530238.

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

Color convert

RGB 254 221 53 -
CMYK 0 0.13 0.79 0.00
HSL 50.15º 0.99% 0.6% -
HSV(B) 50.15º 0.79% 1% -
XYZ 67.37 73.04 13.92 -
YUV 211.72 38.43 158.16 -
System Red Green Blue C M Y K H S L
Decimal 254 221 53 0 0.13 0.79 0.00 50.15 0.99 0.6
Hex FE DD 35 0 D 4F 0 32 63 3C
Octal 376 335 65 0 15 117 0 62 143 74
Binary 11111110 11011101 110101 0 1101 1001111 0 110010 1100011 111100

Color Harmonies of #FEDD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD35

Black with #FEDD35

Text Example


Text Example

White with #FEDD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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