Html Css Color HEX #FDDA2E Gorse

📋 copy color: '#FDDA2E'

red 253 ◦ green 218 ◦ blue 46

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

Shades of Gorse #FDDA2E

Tints of Gorse #FDDA2E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

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

R = 48.94%
G = 42.17%
B = 8.9%

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

#FDDA2E (or 0xFDDA2E) is known color: Gorse. HEX triplet: FD, DA and 2E. RGB value is (253,218,46). Sum of RGB (Red+Green+Blue) = 253+218+46=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA2E is #0225D1. Grayscale: #D1D1D1. Windows color (decimal): -140754 or 3070717. OLE color: 3070717.

HSL color Cylindrical-coordinate representation of color #FDDA2E: hue angle of 49.86º 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 #FDDA2E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 46 -
CMYK 0 0.14 0.82 0.01
HSL 49.86º 0.98% 0.59% -
HSV(B) 49.86º 0.82% 0.99% -
XYZ 66.07 71.22 12.85 -
YUV 208.86 36.1 159.49 -
System Red Green Blue C M Y K H S L
Decimal 253 218 46 0 0.14 0.82 0.01 49.86 0.98 0.59
Hex FD DA 2E 0 E 52 1 32 62 3B
Octal 375 332 56 0 16 122 1 62 142 73
Binary 11111101 11011010 101110 0 1110 1010010 1 110010 1100010 111011

Color Harmonies of #FDDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA2E

Black with #FDDA2E

Text Example


Text Example

White with #FDDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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