Html Css Color HEX #FFD92C Gorse

📋 copy color: '#FFD92C'

red 255 ◦ green 217 ◦ blue 44

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

Shades of Gorse #FFD92C

Tints of Gorse #FFD92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.53%

R = 49.42%
G = 42.05%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFD92C (or 0xFFD92C) is known color: Gorse. HEX triplet: FF, D9 and 2C. RGB value is (255,217,44). Sum of RGB (Red+Green+Blue) = 255+217+44=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD92C is #0026D3. Grayscale: #D1D1D1. Windows color (decimal): -9940 or 2939391. OLE color: 2939391.

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

Color convert

RGB 255 217 44 -
CMYK 0 0.15 0.83 0
HSL 49.19º 1% 0.59% -
HSV(B) 49.19º 0.83% 1% -
XYZ 66.51 71.07 12.59 -
YUV 208.64 35.09 161.07 -
System Red Green Blue C M Y K H S L
Decimal 255 217 44 0 0.15 0.83 0 49.19 1 0.59
Hex FF D9 2C 0 F 53 0 31 64 3B
Octal 377 331 54 0 17 123 0 61 144 73
Binary 11111111 11011001 101100 0 1111 1010011 0 110001 1100100 111011

Color Harmonies of #FFD92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD92C

Black with #FFD92C

Text Example


Text Example

White with #FFD92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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