Html Css Color HEX #FEDF31 Gorse

📋 copy color: '#FEDF31'

red 254 ◦ green 223 ◦ blue 49

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

Shades of Gorse #FEDF31

Tints of Gorse #FEDF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.32%

R = 48.29%
G = 42.4%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEDF31 (or 0xFEDF31) is known color: Gorse. HEX triplet: FE, DF and 31. RGB value is (254,223,49). Sum of RGB (Red+Green+Blue) = 254+223+49=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 49 (19.53% from 255 or 9.32% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF31 is #0120CE. Grayscale: #D5D5D5. Windows color (decimal): -73935 or 3268606. OLE color: 3268606.

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

Color convert

RGB 254 223 49 -
CMYK 0 0.12 0.81 0.00
HSL 50.93º 0.99% 0.59% -
HSV(B) 50.93º 0.81% 1% -
XYZ 67.82 74.07 13.63 -
YUV 212.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 254 223 49 0 0.12 0.81 0.00 50.93 0.99 0.59
Hex FE DF 31 0 C 51 0 33 63 3B
Octal 376 337 61 0 14 121 0 63 143 73
Binary 11111110 11011111 110001 0 1100 1010001 0 110011 1100011 111011

Color Harmonies of #FEDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF31

Black with #FEDF31

Text Example


Text Example

White with #FEDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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