Html Css Color HEX #FEDE27 Gorse

📋 copy color: '#FEDE27'

red 254 ◦ green 222 ◦ blue 39

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

Shades of Gorse #FEDE27

Tints of Gorse #FEDE27

RGB

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

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

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

R = 49.32%
G = 43.11%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEDE27 (or 0xFEDE27) is known color: Gorse. HEX triplet: FE, DE and 27. RGB value is (254,222,39). Sum of RGB (Red+Green+Blue) = 254+222+39=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 39 (15.62% from 255 or 7.57% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE27 is #0121D8. Grayscale: #D3D3D3. Windows color (decimal): -74201 or 2612990. OLE color: 2612990.

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

Color convert

RGB 254 222 39 -
CMYK 0 0.13 0.85 0.00
HSL 51.07º 0.99% 0.57% -
HSV(B) 51.07º 0.85% 1% -
XYZ 67.36 73.46 12.55 -
YUV 210.71 31.1 158.88 -
System Red Green Blue C M Y K H S L
Decimal 254 222 39 0 0.13 0.85 0.00 51.07 0.99 0.57
Hex FE DE 27 0 D 55 0 33 63 39
Octal 376 336 47 0 15 125 0 63 143 71
Binary 11111110 11011110 100111 0 1101 1010101 0 110011 1100011 111001

Color Harmonies of #FEDE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE27

Black with #FEDE27

Text Example


Text Example

White with #FEDE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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