Html Css Color HEX #FEDF24 Gorse

📋 copy color: '#FEDF24'

red 254 ◦ green 223 ◦ blue 36

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

Shades of Gorse #FEDF24

Tints of Gorse #FEDF24

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.47%

 BLUE value IS 36 (14.45% from 255) = 7.02%

R = 49.51%
G = 43.47%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEDF24 (or 0xFEDF24) is known color: Gorse. HEX triplet: FE, DF and 24. RGB value is (254,223,36). Sum of RGB (Red+Green+Blue) = 254+223+36=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 36 (14.45% from 255 or 7.02% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF24 is #0120DB. Grayscale: #D3D3D3. Windows color (decimal): -73948 or 2416638. OLE color: 2416638.

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

Color convert

RGB 254 223 36 -
CMYK 0 0.12 0.86 0.00
HSL 51.47º 0.99% 0.57% -
HSV(B) 51.47º 0.86% 1% -
XYZ 67.58 73.97 12.39 -
YUV 210.95 29.27 158.71 -
System Red Green Blue C M Y K H S L
Decimal 254 223 36 0 0.12 0.86 0.00 51.47 0.99 0.57
Hex FE DF 24 0 C 56 0 33 63 39
Octal 376 337 44 0 14 126 0 63 143 71
Binary 11111110 11011111 100100 0 1100 1010110 0 110011 1100011 111001

Color Harmonies of #FEDF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF24

Black with #FEDF24

Text Example


Text Example

White with #FEDF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF24; }

 p { color: rgb(254,223,36); }

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

background-color css

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

 a { background-color: rgb(254,223,36); }

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

border-color css

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

 span { border-color: rgb(254,223,36); }

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