Html Css Color HEX #FCDB3D Gorse

📋 copy color: '#FCDB3D'

red 252 ◦ green 219 ◦ blue 61

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

Shades of Gorse #FCDB3D

Tints of Gorse #FCDB3D

RGB

 RED value IS 252 (98.83% from 255) = 47.37%

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

 BLUE value IS 61 (24.22% from 255) = 11.47%

R = 47.37%
G = 41.17%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCDB3D (or 0xFCDB3D) is known color: Gorse. HEX triplet: FC, DB and 3D. RGB value is (252,219,61). Sum of RGB (Red+Green+Blue) = 252+219+61=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB3D is #0324C2. Grayscale: #D3D3D3. Windows color (decimal): -206019 or 4054012. OLE color: 4054012.

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

Color convert

RGB 252 219 61 -
CMYK 0 0.13 0.76 0.01
HSL 49.63º 0.97% 0.61% -
HSV(B) 49.63º 0.76% 0.99% -
XYZ 66.32 71.7 14.76 -
YUV 210.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 252 219 61 0 0.13 0.76 0.01 49.63 0.97 0.61
Hex FC DB 3D 0 D 4C 1 32 61 3D
Octal 374 333 75 0 15 114 1 62 141 75
Binary 11111100 11011011 111101 0 1101 1001100 1 110010 1100001 111101

Color Harmonies of #FCDB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB3D

Black with #FCDB3D

Text Example


Text Example

White with #FCDB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB3D; }

 p { color: rgb(252,219,61); }

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

background-color css

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

 a { background-color: rgb(252,219,61); }

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

border-color css

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

 span { border-color: rgb(252,219,61); }

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