Html Css Color HEX #FDD933 Gorse

📋 copy color: '#FDD933'

red 253 ◦ green 217 ◦ blue 51

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

Shades of Gorse #FDD933

Tints of Gorse #FDD933

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 51 (20.31% from 255) = 9.79%

R = 48.56%
G = 41.65%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDD933 (or 0xFDD933) is known color: Gorse. HEX triplet: FD, D9 and 33. RGB value is (253,217,51). Sum of RGB (Red+Green+Blue) = 253+217+51=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 51 (20.31% from 255 or 9.79% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD933 is #0226CC. Grayscale: #D1D1D1. Windows color (decimal): -141005 or 3398141. OLE color: 3398141.

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

Color convert

RGB 253 217 51 -
CMYK 0 0.14 0.80 0.01
HSL 49.31º 0.98% 0.6% -
HSV(B) 49.31º 0.8% 0.99% -
XYZ 65.92 70.75 13.31 -
YUV 208.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 253 217 51 0 0.14 0.80 0.01 49.31 0.98 0.6
Hex FD D9 33 0 E 50 1 31 62 3C
Octal 375 331 63 0 16 120 1 61 142 74
Binary 11111101 11011001 110011 0 1110 1010000 1 110001 1100010 111100

Color Harmonies of #FDD933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD933

Black with #FDD933

Text Example


Text Example

White with #FDD933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD933; }

 p { color: rgb(253,217,51); }

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

background-color css

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

 a { background-color: rgb(253,217,51); }

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

border-color css

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

 span { border-color: rgb(253,217,51); }

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