Html Css Color HEX #FFD92F Gorse

📋 copy color: '#FFD92F'

red 255 ◦ green 217 ◦ blue 47

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

Shades of Gorse #FFD92F

Tints of Gorse #FFD92F

RGB

 RED value IS 255 (100% from 255) = 49.13%

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

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

R = 49.13%
G = 41.81%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFD92F (or 0xFFD92F) is known color: Gorse. HEX triplet: FF, D9 and 2F. RGB value is (255,217,47). Sum of RGB (Red+Green+Blue) = 255+217+47=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD92F is #0026D0. Grayscale: #D1D1D1. Windows color (decimal): -9937 or 3135999. OLE color: 3135999.

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

Color convert

RGB 255 217 47 -
CMYK 0 0.15 0.82 0
HSL 49.04º 1% 0.59% -
HSV(B) 49.04º 0.82% 1% -
XYZ 66.57 71.09 12.9 -
YUV 208.98 36.59 160.82 -
System Red Green Blue C M Y K H S L
Decimal 255 217 47 0 0.15 0.82 0 49.04 1 0.59
Hex FF D9 2F 0 F 52 0 31 64 3B
Octal 377 331 57 0 17 122 0 61 144 73
Binary 11111111 11011001 101111 0 1111 1010010 0 110001 1100100 111011

Color Harmonies of #FFD92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD92F

Black with #FFD92F

Text Example


Text Example

White with #FFD92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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