Html Css Color HEX #FDDB38 Gorse

📋 copy color: '#FDDB38'

red 253 ◦ green 219 ◦ blue 56

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

Shades of Gorse #FDDB38

Tints of Gorse #FDDB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.61%

R = 47.92%
G = 41.48%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDDB38 (or 0xFDDB38) is known color: Gorse. HEX triplet: FD, DB and 38. RGB value is (253,219,56). Sum of RGB (Red+Green+Blue) = 253+219+56=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 56 (22.27% from 255 or 10.61% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB38 is #0224C7. Grayscale: #D3D3D3. Windows color (decimal): -140488 or 3726333. OLE color: 3726333.

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

Color convert

RGB 253 219 56 -
CMYK 0 0.13 0.78 0.01
HSL 49.64º 0.98% 0.61% -
HSV(B) 49.64º 0.78% 0.99% -
XYZ 66.55 71.83 14.1 -
YUV 210.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 253 219 56 0 0.13 0.78 0.01 49.64 0.98 0.61
Hex FD DB 38 0 D 4E 1 32 62 3D
Octal 375 333 70 0 15 116 1 62 142 75
Binary 11111101 11011011 111000 0 1101 1001110 1 110010 1100010 111101

Color Harmonies of #FDDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB38

Black with #FDDB38

Text Example


Text Example

White with #FDDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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