Html Css Color HEX #FDE434 Gorse

📋 copy color: '#FDE434'

red 253 ◦ green 228 ◦ blue 52

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

Shades of Gorse #FDE434

Tints of Gorse #FDE434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.78%

 BLUE value IS 52 (20.7% from 255) = 9.76%

R = 47.47%
G = 42.78%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDE434 (or 0xFDE434) is known color: Gorse. HEX triplet: FD, E4 and 34. RGB value is (253,228,52). Sum of RGB (Red+Green+Blue) = 253+228+52=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 52 (20.70% from 255 or 9.76% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE434 is #021BCB. Grayscale: #D8D8D8. Windows color (decimal): -138188 or 3466493. OLE color: 3466493.

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

Color convert

RGB 253 228 52 -
CMYK 0 0.10 0.79 0.01
HSL 52.54º 0.98% 0.6% -
HSV(B) 52.54º 0.79% 0.99% -
XYZ 68.87 76.62 14.41 -
YUV 215.41 35.78 154.81 -
System Red Green Blue C M Y K H S L
Decimal 253 228 52 0 0.10 0.79 0.01 52.54 0.98 0.6
Hex FD E4 34 0 A 4F 1 35 62 3C
Octal 375 344 64 0 12 117 1 65 142 74
Binary 11111101 11100100 110100 0 1010 1001111 1 110101 1100010 111100

Color Harmonies of #FDE434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE434

Black with #FDE434

Text Example


Text Example

White with #FDE434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE434; }

 p { color: rgb(253,228,52); }

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

background-color css

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

 a { background-color: rgb(253,228,52); }

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

border-color css

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

 span { border-color: rgb(253,228,52); }

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