Html Css Color HEX #FEDF32 Gorse

📋 copy color: '#FEDF32'

red 254 ◦ green 223 ◦ blue 50

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

Shades of Gorse #FEDF32

Tints of Gorse #FEDF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.49%

R = 48.2%
G = 42.31%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEDF32 (or 0xFEDF32) is known color: Gorse. HEX triplet: FE, DF and 32. RGB value is (254,223,50). Sum of RGB (Red+Green+Blue) = 254+223+50=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 50 (19.92% from 255 or 9.49% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF32 is #0120CD. Grayscale: #D5D5D5. Windows color (decimal): -73934 or 3334142. OLE color: 3334142.

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

Color convert

RGB 254 223 50 -
CMYK 0 0.12 0.80 0.00
HSL 50.88º 0.99% 0.6% -
HSV(B) 50.88º 0.8% 1% -
XYZ 67.84 74.08 13.74 -
YUV 212.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 254 223 50 0 0.12 0.80 0.00 50.88 0.99 0.6
Hex FE DF 32 0 C 50 0 33 63 3C
Octal 376 337 62 0 14 120 0 63 143 74
Binary 11111110 11011111 110010 0 1100 1010000 0 110011 1100011 111100

Color Harmonies of #FEDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF32

Black with #FEDF32

Text Example


Text Example

White with #FEDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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