Html Css Color HEX #FDE030 Gorse

📋 copy color: '#FDE030'

red 253 ◦ green 224 ◦ blue 48

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

Shades of Gorse #FDE030

Tints of Gorse #FDE030

RGB

 RED value IS 253 (99.22% from 255) = 48.19%

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 48.19%
G = 42.67%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDE030 (or 0xFDE030) is known color: Gorse. HEX triplet: FD, E0 and 30. RGB value is (253,224,48). Sum of RGB (Red+Green+Blue) = 253+224+48=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 48 (19.14% from 255 or 9.14% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE030 is #021FCF. Grayscale: #D5D5D5. Windows color (decimal): -139216 or 3203325. OLE color: 3203325.

HSL color Cylindrical-coordinate representation of color #FDE030: hue angle of 51.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDE030 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 48 -
CMYK 0 0.11 0.81 0.01
HSL 51.51º 0.98% 0.59% -
HSV(B) 51.51º 0.81% 0.99% -
XYZ 67.7 74.41 13.59 -
YUV 212.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 253 224 48 0 0.11 0.81 0.01 51.51 0.98 0.59
Hex FD E0 30 0 B 51 1 34 62 3B
Octal 375 340 60 0 13 121 1 64 142 73
Binary 11111101 11100000 110000 0 1011 1010001 1 110100 1100010 111011

Color Harmonies of #FDE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE030

Black with #FDE030

Text Example


Text Example

White with #FDE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE030; }

 p { color: rgb(253,224,48); }

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

background-color css

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

 a { background-color: rgb(253,224,48); }

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

border-color css

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

 span { border-color: rgb(253,224,48); }

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