Html Css Color HEX #FDD92E Gorse

📋 copy color: '#FDD92E'

red 253 ◦ green 217 ◦ blue 46

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

Shades of Gorse #FDD92E

Tints of Gorse #FDD92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.91%

R = 49.03%
G = 42.05%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDD92E (or 0xFDD92E) is known color: Gorse. HEX triplet: FD, D9 and 2E. RGB value is (253,217,46). Sum of RGB (Red+Green+Blue) = 253+217+46=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD92E is #0226D1. Grayscale: #D0D0D0. Windows color (decimal): -141010 or 3070461. OLE color: 3070461.

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

Color convert

RGB 253 217 46 -
CMYK 0 0.14 0.82 0.01
HSL 49.57º 0.98% 0.59% -
HSV(B) 49.57º 0.82% 0.99% -
XYZ 65.81 70.71 12.76 -
YUV 208.27 36.43 159.9 -
System Red Green Blue C M Y K H S L
Decimal 253 217 46 0 0.14 0.82 0.01 49.57 0.98 0.59
Hex FD D9 2E 0 E 52 1 32 62 3B
Octal 375 331 56 0 16 122 1 62 142 73
Binary 11111101 11011001 101110 0 1110 1010010 1 110010 1100010 111011

Color Harmonies of #FDD92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD92E

Black with #FDD92E

Text Example


Text Example

White with #FDD92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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