Html Css Color HEX #FDDB2B Gorse

📋 copy color: '#FDDB2B'

red 253 ◦ green 219 ◦ blue 43

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

Shades of Gorse #FDDB2B

Tints of Gorse #FDDB2B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

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

R = 49.13%
G = 42.52%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDDB2B (or 0xFDDB2B) is known color: Gorse. HEX triplet: FD, DB and 2B. RGB value is (253,219,43). Sum of RGB (Red+Green+Blue) = 253+219+43=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB2B is #0224D4. Grayscale: #D1D1D1. Windows color (decimal): -140501 or 2874365. OLE color: 2874365.

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

Color convert

RGB 253 219 43 -
CMYK 0 0.13 0.83 0.01
HSL 50.29º 0.98% 0.58% -
HSV(B) 50.29º 0.83% 0.99% -
XYZ 66.28 71.72 12.64 -
YUV 209.1 34.26 159.31 -
System Red Green Blue C M Y K H S L
Decimal 253 219 43 0 0.13 0.83 0.01 50.29 0.98 0.58
Hex FD DB 2B 0 D 53 1 32 62 3A
Octal 375 333 53 0 15 123 1 62 142 72
Binary 11111101 11011011 101011 0 1101 1010011 1 110010 1100010 111010

Color Harmonies of #FDDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB2B

Black with #FDDB2B

Text Example


Text Example

White with #FDDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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