Html Css Color HEX #FEDB41 Gorse

📋 copy color: '#FEDB41'

red 254 ◦ green 219 ◦ blue 65

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

Shades of Gorse #FEDB41

Tints of Gorse #FEDB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 47.21%
G = 40.71%
B = 12.08%

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

#FEDB41 (or 0xFEDB41) is known color: Gorse. HEX triplet: FE, DB and 41. RGB value is (254,219,65). Sum of RGB (Red+Green+Blue) = 254+219+65=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB41 is #0124BE. Grayscale: #D4D4D4. Windows color (decimal): -74943 or 4316158. OLE color: 4316158.

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

Color convert

RGB 254 219 65 -
CMYK 0 0.14 0.74 0.00
HSL 48.89º 0.99% 0.63% -
HSV(B) 48.89º 0.74% 1% -
XYZ 67.16 72.12 15.38 -
YUV 211.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 254 219 65 0 0.14 0.74 0.00 48.89 0.99 0.63
Hex FE DB 41 0 E 4A 0 31 63 3F
Octal 376 333 101 0 16 112 0 61 143 77
Binary 11111110 11011011 1000001 0 1110 1001010 0 110001 1100011 111111

Color Harmonies of #FEDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB41

Black with #FEDB41

Text Example


Text Example

White with #FEDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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