Html Css Color HEX #FEDF2C Gorse

📋 copy color: '#FEDF2C'

red 254 ◦ green 223 ◦ blue 44

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

Shades of Gorse #FEDF2C

Tints of Gorse #FEDF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.45%

R = 48.75%
G = 42.8%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEDF2C (or 0xFEDF2C) is known color: Gorse. HEX triplet: FE, DF and 2C. RGB value is (254,223,44). Sum of RGB (Red+Green+Blue) = 254+223+44=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 44 (17.58% from 255 or 8.45% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF2C is #0120D3. Grayscale: #D4D4D4. Windows color (decimal): -73940 or 2940926. OLE color: 2940926.

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

Color convert

RGB 254 223 44 -
CMYK 0 0.12 0.83 0.00
HSL 51.14º 0.99% 0.58% -
HSV(B) 51.14º 0.83% 1% -
XYZ 67.72 74.03 13.1 -
YUV 211.86 33.27 158.05 -
System Red Green Blue C M Y K H S L
Decimal 254 223 44 0 0.12 0.83 0.00 51.14 0.99 0.58
Hex FE DF 2C 0 C 53 0 33 63 3A
Octal 376 337 54 0 14 123 0 63 143 72
Binary 11111110 11011111 101100 0 1100 1010011 0 110011 1100011 111010

Color Harmonies of #FEDF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF2C

Black with #FEDF2C

Text Example


Text Example

White with #FEDF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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