Html Css Color HEX #FEDA41 Gorse

📋 copy color: '#FEDA41'

red 254 ◦ green 218 ◦ blue 65

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

Shades of Gorse #FEDA41

Tints of Gorse #FEDA41

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

 BLUE value IS 65 (25.78% from 255) = 12.1%

R = 47.3%
G = 40.6%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEDA41 (or 0xFEDA41) is known color: Gorse. HEX triplet: FE, DA and 41. RGB value is (254,218,65). Sum of RGB (Red+Green+Blue) = 254+218+65=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA41 is #0125BE. Grayscale: #D3D3D3. Windows color (decimal): -75199 or 4315902. OLE color: 4315902.

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

Color convert

RGB 254 218 65 -
CMYK 0 0.14 0.74 0.00
HSL 48.57º 0.99% 0.63% -
HSV(B) 48.57º 0.74% 1% -
XYZ 66.9 71.6 15.29 -
YUV 211.32 45.43 158.44 -
System Red Green Blue C M Y K H S L
Decimal 254 218 65 0 0.14 0.74 0.00 48.57 0.99 0.63
Hex FE DA 41 0 E 4A 0 31 63 3F
Octal 376 332 101 0 16 112 0 61 143 77
Binary 11111110 11011010 1000001 0 1110 1001010 0 110001 1100011 111111

Color Harmonies of #FEDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA41

Black with #FEDA41

Text Example


Text Example

White with #FEDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA41; }

 p { color: rgb(254,218,65); }

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

background-color css

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

 a { background-color: rgb(254,218,65); }

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

border-color css

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

 span { border-color: rgb(254,218,65); }

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