Html Css Color HEX #FEDF46 Gorse

📋 copy color: '#FEDF46'

red 254 ◦ green 223 ◦ blue 70

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

Shades of Gorse #FEDF46

Tints of Gorse #FEDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.8%

R = 46.44%
G = 40.77%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEDF46 (or 0xFEDF46) is known color: Gorse. HEX triplet: FE, DF and 46. RGB value is (254,223,70). Sum of RGB (Red+Green+Blue) = 254+223+70=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF46 is #0120B9. Grayscale: #D7D7D7. Windows color (decimal): -73914 or 4644862. OLE color: 4644862.

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

Color convert

RGB 254 223 70 -
CMYK 0 0.12 0.72 0.00
HSL 49.89º 0.99% 0.64% -
HSV(B) 49.89º 0.72% 1% -
XYZ 68.37 74.29 16.53 -
YUV 214.83 46.27 155.94 -
System Red Green Blue C M Y K H S L
Decimal 254 223 70 0 0.12 0.72 0.00 49.89 0.99 0.64
Hex FE DF 46 0 C 48 0 32 63 40
Octal 376 337 106 0 14 110 0 62 143 100
Binary 11111110 11011111 1000110 0 1100 1001000 0 110010 1100011 1000000

Color Harmonies of #FEDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF46

Black with #FEDF46

Text Example


Text Example

White with #FEDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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