Html Css Color HEX #FDD834 Gorse

📋 copy color: '#FDD834'

red 253 ◦ green 216 ◦ blue 52

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

Shades of Gorse #FDD834

Tints of Gorse #FDD834

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.46%

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

R = 48.56%
G = 41.46%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDD834 (or 0xFDD834) is known color: Gorse. HEX triplet: FD, D8 and 34. RGB value is (253,216,52). Sum of RGB (Red+Green+Blue) = 253+216+52=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD834 is #0227CB. Grayscale: #D1D1D1. Windows color (decimal): -141260 or 3463421. OLE color: 3463421.

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

Color convert

RGB 253 216 52 -
CMYK 0 0.15 0.79 0.01
HSL 48.96º 0.98% 0.6% -
HSV(B) 48.96º 0.79% 0.99% -
XYZ 65.68 70.24 13.35 -
YUV 208.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 253 216 52 0 0.15 0.79 0.01 48.96 0.98 0.6
Hex FD D8 34 0 F 4F 1 31 62 3C
Octal 375 330 64 0 17 117 1 61 142 74
Binary 11111101 11011000 110100 0 1111 1001111 1 110001 1100010 111100

Color Harmonies of #FDD834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD834

Black with #FDD834

Text Example


Text Example

White with #FDD834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD834; }

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

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

background-color css

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

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

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

border-color css

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

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

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