Html Css Color HEX #FEDB3B Gorse

📋 copy color: '#FEDB3B'

red 254 ◦ green 219 ◦ blue 59

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

Shades of Gorse #FEDB3B

Tints of Gorse #FEDB3B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

 BLUE value IS 59 (23.44% from 255) = 11.09%

R = 47.74%
G = 41.17%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEDB3B (or 0xFEDB3B) is known color: Gorse. HEX triplet: FE, DB and 3B. RGB value is (254,219,59). Sum of RGB (Red+Green+Blue) = 254+219+59=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 59 (23.44% from 255 or 11.09% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB3B is #0124C4. Grayscale: #D3D3D3. Windows color (decimal): -74949 or 3922942. OLE color: 3922942.

HSL color Cylindrical-coordinate representation of color #FEDB3B: hue angle of 49.23º 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 #FEDB3B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 59 -
CMYK 0 0.14 0.77 0.00
HSL 49.23º 0.99% 0.61% -
HSV(B) 49.23º 0.77% 1% -
XYZ 66.99 72.05 14.51 -
YUV 211.23 42.1 158.51 -
System Red Green Blue C M Y K H S L
Decimal 254 219 59 0 0.14 0.77 0.00 49.23 0.99 0.61
Hex FE DB 3B 0 E 4D 0 31 63 3D
Octal 376 333 73 0 16 115 0 61 143 75
Binary 11111110 11011011 111011 0 1110 1001101 0 110001 1100011 111101

Color Harmonies of #FEDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB3B

Black with #FEDB3B

Text Example


Text Example

White with #FEDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB3B; }

 p { color: rgb(254,219,59); }

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

background-color css

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

 a { background-color: rgb(254,219,59); }

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

border-color css

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

 span { border-color: rgb(254,219,59); }

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