Html Css Color HEX #FDD93B Gorse

📋 copy color: '#FDD93B'

red 253 ◦ green 217 ◦ blue 59

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

Shades of Gorse #FDD93B

Tints of Gorse #FDD93B

RGB

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

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

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

R = 47.83%
G = 41.02%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDD93B (or 0xFDD93B) is known color: Gorse. HEX triplet: FD, D9 and 3B. RGB value is (253,217,59). Sum of RGB (Red+Green+Blue) = 253+217+59=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD93B is #0226C4. Grayscale: #D2D2D2. Windows color (decimal): -140997 or 3922429. OLE color: 3922429.

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

Color convert

RGB 253 217 59 -
CMYK 0 0.14 0.77 0.01
HSL 48.87º 0.98% 0.61% -
HSV(B) 48.87º 0.77% 0.99% -
XYZ 66.11 70.82 14.32 -
YUV 209.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 253 217 59 0 0.14 0.77 0.01 48.87 0.98 0.61
Hex FD D9 3B 0 E 4D 1 31 62 3D
Octal 375 331 73 0 16 115 1 61 142 75
Binary 11111101 11011001 111011 0 1110 1001101 1 110001 1100010 111101

Color Harmonies of #FDD93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD93B

Black with #FDD93B

Text Example


Text Example

White with #FDD93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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