Html Css Color HEX #FEDB27 Gorse

📋 copy color: '#FEDB27'

red 254 ◦ green 219 ◦ blue 39

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

Shades of Gorse #FEDB27

Tints of Gorse #FEDB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.62%

R = 49.61%
G = 42.77%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEDB27 (or 0xFEDB27) is known color: Gorse. HEX triplet: FE, DB and 27. RGB value is (254,219,39). Sum of RGB (Red+Green+Blue) = 254+219+39=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 39 (15.62% from 255 or 7.62% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB27 is #0124D8. Grayscale: #D1D1D1. Windows color (decimal): -74969 or 2612222. OLE color: 2612222.

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

Color convert

RGB 254 219 39 -
CMYK 0 0.14 0.85 0.00
HSL 50.23º 0.99% 0.57% -
HSV(B) 50.23º 0.85% 1% -
XYZ 66.57 71.88 12.29 -
YUV 208.95 32.1 160.14 -
System Red Green Blue C M Y K H S L
Decimal 254 219 39 0 0.14 0.85 0.00 50.23 0.99 0.57
Hex FE DB 27 0 E 55 0 32 63 39
Octal 376 333 47 0 16 125 0 62 143 71
Binary 11111110 11011011 100111 0 1110 1010101 0 110010 1100011 111001

Color Harmonies of #FEDB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB27

Black with #FEDB27

Text Example


Text Example

White with #FEDB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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