Html Css Color HEX #FDD73B Gorse

📋 copy color: '#FDD73B'

red 253 ◦ green 215 ◦ blue 59

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

Shades of Gorse #FDD73B

Tints of Gorse #FDD73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

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

R = 48.01%
G = 40.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDD73B (or 0xFDD73B) is known color: Gorse. HEX triplet: FD, D7 and 3B. RGB value is (253,215,59). Sum of RGB (Red+Green+Blue) = 253+215+59=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD73B is #0228C4. Grayscale: #D1D1D1. Windows color (decimal): -141509 or 3921917. OLE color: 3921917.

HSL color Cylindrical-coordinate representation of color #FDD73B: hue angle of 48.25º 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 #FDD73B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 215 59 -
CMYK 0 0.15 0.77 0.01
HSL 48.25º 0.98% 0.61% -
HSV(B) 48.25º 0.77% 0.99% -
XYZ 65.6 69.8 14.15 -
YUV 208.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 253 215 59 0 0.15 0.77 0.01 48.25 0.98 0.61
Hex FD D7 3B 0 F 4D 1 30 62 3D
Octal 375 327 73 0 17 115 1 60 142 75
Binary 11111101 11010111 111011 0 1111 1001101 1 110000 1100010 111101

Color Harmonies of #FDD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD73B

Black with #FDD73B

Text Example


Text Example

White with #FDD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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