Html Css Color HEX #FEDE35 Gorse

📋 copy color: '#FEDE35'

red 254 ◦ green 222 ◦ blue 53

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

Shades of Gorse #FEDE35

Tints of Gorse #FEDE35

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.97%

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

R = 48.02%
G = 41.97%
B = 10.02%

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

#FEDE35 (or 0xFEDE35) is known color: Gorse. HEX triplet: FE, DE and 35. RGB value is (254,222,53). Sum of RGB (Red+Green+Blue) = 254+222+53=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE35 is #0121CA. Grayscale: #D5D5D5. Windows color (decimal): -74187 or 3530494. OLE color: 3530494.

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

Color convert

RGB 254 222 53 -
CMYK 0 0.13 0.79 0.00
HSL 50.45º 0.99% 0.6% -
HSV(B) 50.45º 0.79% 1% -
XYZ 67.64 73.57 14 -
YUV 212.3 38.1 157.74 -
System Red Green Blue C M Y K H S L
Decimal 254 222 53 0 0.13 0.79 0.00 50.45 0.99 0.6
Hex FE DE 35 0 D 4F 0 32 63 3C
Octal 376 336 65 0 15 117 0 62 143 74
Binary 11111110 11011110 110101 0 1101 1001111 0 110010 1100011 111100

Color Harmonies of #FEDE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE35

Black with #FEDE35

Text Example


Text Example

White with #FEDE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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