Html Css Color HEX #FDD73C Gorse

📋 copy color: '#FDD73C'

red 253 ◦ green 215 ◦ blue 60

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

Shades of Gorse #FDD73C

Tints of Gorse #FDD73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.36%

R = 47.92%
G = 40.72%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDD73C (or 0xFDD73C) is known color: Gorse. HEX triplet: FD, D7 and 3C. RGB value is (253,215,60). Sum of RGB (Red+Green+Blue) = 253+215+60=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD73C is #0228C3. Grayscale: #D1D1D1. Windows color (decimal): -141508 or 3987453. OLE color: 3987453.

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

Color convert

RGB 253 215 60 -
CMYK 0 0.15 0.76 0.01
HSL 48.19º 0.98% 0.61% -
HSV(B) 48.19º 0.76% 0.99% -
XYZ 65.62 69.81 14.29 -
YUV 208.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 253 215 60 0 0.15 0.76 0.01 48.19 0.98 0.61
Hex FD D7 3C 0 F 4C 1 30 62 3D
Octal 375 327 74 0 17 114 1 60 142 75
Binary 11111101 11010111 111100 0 1111 1001100 1 110000 1100010 111101

Color Harmonies of #FDD73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD73C

Black with #FDD73C

Text Example


Text Example

White with #FDD73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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