Html Css Color HEX #FDDA2B Gorse

📋 copy color: '#FDDA2B'

red 253 ◦ green 218 ◦ blue 43

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

Shades of Gorse #FDDA2B

Tints of Gorse #FDDA2B

RGB

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

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

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

R = 49.22%
G = 42.41%
B = 8.37%

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

#FDDA2B (or 0xFDDA2B) is known color: Gorse. HEX triplet: FD, DA and 2B. RGB value is (253,218,43). Sum of RGB (Red+Green+Blue) = 253+218+43=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 43 (17.19% from 255 or 8.37% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA2B is #0225D4. Grayscale: #D1D1D1. Windows color (decimal): -140757 or 2874109. OLE color: 2874109.

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

Color convert

RGB 253 218 43 -
CMYK 0 0.14 0.83 0.01
HSL 50º 0.98% 0.58% -
HSV(B) 50º 0.83% 0.99% -
XYZ 66.02 71.2 12.55 -
YUV 208.52 34.6 159.73 -
System Red Green Blue C M Y K H S L
Decimal 253 218 43 0 0.14 0.83 0.01 50 0.98 0.58
Hex FD DA 2B 0 E 53 1 32 62 3A
Octal 375 332 53 0 16 123 1 62 142 72
Binary 11111101 11011010 101011 0 1110 1010011 1 110010 1100010 111010

Color Harmonies of #FDDA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA2B

Black with #FDDA2B

Text Example


Text Example

White with #FDDA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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