Html Css Color HEX #FEEB3A Gorse

📋 copy color: '#FEEB3A'

red 254 ◦ green 235 ◦ blue 58

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

Shades of Gorse #FEEB3A

Tints of Gorse #FEEB3A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.96%

 BLUE value IS 58 (23.05% from 255) = 10.6%

R = 46.44%
G = 42.96%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEEB3A (or 0xFEEB3A) is known color: Gorse. HEX triplet: FE, EB and 3A. RGB value is (254,235,58). Sum of RGB (Red+Green+Blue) = 254+235+58=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB3A is #0114C5. Grayscale: #DDDDDD. Windows color (decimal): -70854 or 3861502. OLE color: 3861502.

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

Color convert

RGB 254 235 58 -
CMYK 0 0.07 0.77 0.00
HSL 54.18º 0.99% 0.61% -
HSV(B) 54.18º 0.77% 1% -
XYZ 71.35 80.79 15.84 -
YUV 220.5 36.29 151.89 -
System Red Green Blue C M Y K H S L
Decimal 254 235 58 0 0.07 0.77 0.00 54.18 0.99 0.61
Hex FE EB 3A 0 7 4D 0 36 63 3D
Octal 376 353 72 0 7 115 0 66 143 75
Binary 11111110 11101011 111010 0 111 1001101 0 110110 1100011 111101

Color Harmonies of #FEEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB3A

Black with #FEEB3A

Text Example


Text Example

White with #FEEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB3A; }

 p { color: rgb(254,235,58); }

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

background-color css

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

 a { background-color: rgb(254,235,58); }

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

border-color css

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

 span { border-color: rgb(254,235,58); }

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