Html Css Color HEX #FEDD30 Gorse

📋 copy color: '#FEDD30'

red 254 ◦ green 221 ◦ blue 48

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

Shades of Gorse #FEDD30

Tints of Gorse #FEDD30

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

 BLUE value IS 48 (19.14% from 255) = 9.18%

R = 48.57%
G = 42.26%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEDD30 (or 0xFEDD30) is known color: Gorse. HEX triplet: FE, DD and 30. RGB value is (254,221,48). Sum of RGB (Red+Green+Blue) = 254+221+48=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD30 is #0122CF. Grayscale: #D3D3D3. Windows color (decimal): -74448 or 3202558. OLE color: 3202558.

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

Color convert

RGB 254 221 48 -
CMYK 0 0.13 0.81 0.00
HSL 50.39º 0.99% 0.59% -
HSV(B) 50.39º 0.81% 1% -
XYZ 67.26 73 13.34 -
YUV 211.15 35.93 158.57 -
System Red Green Blue C M Y K H S L
Decimal 254 221 48 0 0.13 0.81 0.00 50.39 0.99 0.59
Hex FE DD 30 0 D 51 0 32 63 3B
Octal 376 335 60 0 15 121 0 62 143 73
Binary 11111110 11011101 110000 0 1101 1010001 0 110010 1100011 111011

Color Harmonies of #FEDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD30

Black with #FEDD30

Text Example


Text Example

White with #FEDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD30; }

 p { color: rgb(254,221,48); }

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

background-color css

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

 a { background-color: rgb(254,221,48); }

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

border-color css

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

 span { border-color: rgb(254,221,48); }

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