Html Css Color HEX #FDD92F Gorse

📋 copy color: '#FDD92F'

red 253 ◦ green 217 ◦ blue 47

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

Shades of Gorse #FDD92F

Tints of Gorse #FDD92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.09%

R = 48.94%
G = 41.97%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD92F (or 0xFDD92F) is known color: Gorse. HEX triplet: FD, D9 and 2F. RGB value is (253,217,47). Sum of RGB (Red+Green+Blue) = 253+217+47=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 47 (18.75% from 255 or 9.09% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD92F is #0226D0. Grayscale: #D1D1D1. Windows color (decimal): -141009 or 3135997. OLE color: 3135997.

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

Color convert

RGB 253 217 47 -
CMYK 0 0.14 0.81 0.01
HSL 49.51º 0.98% 0.59% -
HSV(B) 49.51º 0.81% 0.99% -
XYZ 65.83 70.71 12.87 -
YUV 208.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 253 217 47 0 0.14 0.81 0.01 49.51 0.98 0.59
Hex FD D9 2F 0 E 51 1 32 62 3B
Octal 375 331 57 0 16 121 1 62 142 73
Binary 11111101 11011001 101111 0 1110 1010001 1 110010 1100010 111011

Color Harmonies of #FDD92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD92F

Black with #FDD92F

Text Example


Text Example

White with #FDD92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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