Html Css Color HEX #FDD92B Gorse

📋 copy color: '#FDD92B'

red 253 ◦ green 217 ◦ blue 43

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

Shades of Gorse #FDD92B

Tints of Gorse #FDD92B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.38%

R = 49.32%
G = 42.3%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD92B (or 0xFDD92B) is known color: Gorse. HEX triplet: FD, D9 and 2B. RGB value is (253,217,43). Sum of RGB (Red+Green+Blue) = 253+217+43=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 43 (17.19% from 255 or 8.38% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD92B is #0226D4. Grayscale: #D0D0D0. Windows color (decimal): -141013 or 2873853. OLE color: 2873853.

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

Color convert

RGB 253 217 43 -
CMYK 0 0.14 0.83 0.01
HSL 49.71º 0.98% 0.58% -
HSV(B) 49.71º 0.83% 0.99% -
XYZ 65.76 70.68 12.46 -
YUV 207.93 34.93 160.15 -
System Red Green Blue C M Y K H S L
Decimal 253 217 43 0 0.14 0.83 0.01 49.71 0.98 0.58
Hex FD D9 2B 0 E 53 1 32 62 3A
Octal 375 331 53 0 16 123 1 62 142 72
Binary 11111101 11011001 101011 0 1110 1010011 1 110010 1100010 111010

Color Harmonies of #FDD92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD92B

Black with #FDD92B

Text Example


Text Example

White with #FDD92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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